Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Environments::Paths.
Path helper methods for the Environments API.
Methods
#agent_path
def agent_path(project:, location:, agent:) -> ::String
Create a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#environment_path
def environment_path(project:, location:, agent:, environment:) -> ::String
Create a fully-qualified Environment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/environments/{environment}
- project (String)
- location (String)
- agent (String)
- environment (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, namespace:, service:) -> ::String
Create 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)
#test_case_path
def test_case_path(project:, location:, agent:, test_case:) -> ::String
Create a fully-qualified TestCase resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}
- project (String)
- location (String)
- agent (String)
- test_case (String)
- (::String)
- (::ArgumentError)
#version_path
def version_path(project:, location:, agent:, flow:, version:) -> ::String
Create a fully-qualified Version resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/versions/{version}
- project (String)
- location (String)
- agent (String)
- flow (String)
- version (String)
- (::String)
- (::ArgumentError)
#webhook_path
def webhook_path(project:, location:, agent:, webhook:) -> ::String
Create a fully-qualified Webhook resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}
- project (String)
- location (String)
- agent (String)
- webhook (String)
- (::String)
- (::ArgumentError)