Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Tools::Paths.
Path helper methods for the Tools API.
Extended By
Included In
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#secret_version_path
def secret_version_path(project:, secret:, version:) -> ::StringCreate a fully-qualified SecretVersion resource string.
The resource will be in the following format:
projects/{project}/secrets/{secret}/versions/{version}
- project (String)
- secret (String)
- version (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, namespace:, service:) -> ::StringCreate a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}
- project (String)
- location (String)
- namespace (String)
- service (String)
- (::String)
- (::ArgumentError)
#tool_path
def tool_path(project:, location:, tool:) -> ::StringCreate a fully-qualified Tool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/tools/{tool}
- project (String)
- location (String)
- tool (String)
- (::String)
- (::ArgumentError)