Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Environments::Paths.
Path helper methods for the Environments API.
Methods
#agent_path
def agent_path(project:) -> ::String
def agent_path(project:, location:) -> ::String
Create a fully-qualified Agent resource string.
def agent_path(project:) -> ::String
projects/{project}/agent
- project (String)
def agent_path(project:, location:) -> ::String
projects/{project}/locations/{location}/agent
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#environment_path
def environment_path(project:, environment:) -> ::String
def environment_path(project:, location:, environment:) -> ::String
Create a fully-qualified Environment resource string.
def environment_path(project:, environment:) -> ::String
projects/{project}/agent/environments/{environment}
- project (String)
- environment (String)
def environment_path(project:, location:, environment:) -> ::String
projects/{project}/locations/{location}/agent/environments/{environment}
- project (String)
- location (String)
- environment (String)
- (::String)
- (::ArgumentError)
#fulfillment_path
def fulfillment_path(project:) -> ::String
def fulfillment_path(project:, location:) -> ::String
Create a fully-qualified Fulfillment resource string.
def fulfillment_path(project:) -> ::String
projects/{project}/agent/fulfillment
- project (String)
def fulfillment_path(project:, location:) -> ::String
projects/{project}/locations/{location}/agent/fulfillment
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#version_path
def version_path(project:, version:) -> ::String
def version_path(project:, location:, version:) -> ::String
Create a fully-qualified Version resource string.
def version_path(project:, version:) -> ::String
projects/{project}/agent/versions/{version}
- project (String)
- version (String)
def version_path(project:, location:, version:) -> ::String
projects/{project}/locations/{location}/agent/versions/{version}
- project (String)
- location (String)
- version (String)
- (::String)
- (::ArgumentError)