Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Intents::Paths.
Path helper methods for the Intents 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)
#context_path
def context_path(project:, session:, context:) -> ::String
def context_path(project:, environment:, user:, session:, context:) -> ::String
def context_path(project:, location:, session:, context:) -> ::String
def context_path(project:, location:, environment:, user:, session:, context:) -> ::String
Create a fully-qualified Context resource string.
def context_path(project:, session:, context:) -> ::String
projects/{project}/agent/sessions/{session}/contexts/{context}
- project (String)
- session (String)
- context (String)
def context_path(project:, environment:, user:, session:, context:) -> ::String
projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context}
- project (String)
- environment (String)
- user (String)
- session (String)
- context (String)
def context_path(project:, location:, session:, context:) -> ::String
projects/{project}/locations/{location}/agent/sessions/{session}/contexts/{context}
- project (String)
- location (String)
- session (String)
- context (String)
def context_path(project:, location:, environment:, user:, session:, context:) -> ::String
projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context}
- project (String)
- location (String)
- environment (String)
- user (String)
- session (String)
- context (String)
- (::String)
- (::ArgumentError)
#intent_path
def intent_path(project:, intent:) -> ::String
def intent_path(project:, location:, intent:) -> ::String
Create a fully-qualified Intent resource string.
def intent_path(project:, intent:) -> ::String
projects/{project}/agent/intents/{intent}
- project (String)
- intent (String)
def intent_path(project:, location:, intent:) -> ::String
projects/{project}/locations/{location}/agent/intents/{intent}
- project (String)
- location (String)
- intent (String)
- (::String)
- (::ArgumentError)