Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Versions::Paths.
Path helper methods for the Versions API.
Extended By
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)
#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)