Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Sessions::Paths.
Path helper methods for the Sessions API.
Methods
#entity_type_path
def entity_type_path(project:, location:, agent:, entity_type:) -> ::String
Create a fully-qualified EntityType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/entityTypes/{entity_type}
- project (String)
- location (String)
- agent (String)
- entity_type (String)
- (::String)
- (::ArgumentError)
#intent_path
def intent_path(project:, location:, agent:, intent:) -> ::String
Create a fully-qualified Intent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/intents/{intent}
- project (String)
- location (String)
- agent (String)
- intent (String)
- (::String)
- (::ArgumentError)
#page_path
def page_path(project:, location:, agent:, flow:, page:) -> ::String
Create a fully-qualified Page resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/pages/{page}
- project (String)
- location (String)
- agent (String)
- flow (String)
- page (String)
- (::String)
- (::ArgumentError)
#session_entity_type_path
def session_entity_type_path(project:, location:, agent:, session:, entity_type:) -> ::String
def session_entity_type_path(project:, location:, agent:, environment:, session:, entity_type:) -> ::String
Create a fully-qualified SessionEntityType resource string.
def session_entity_type_path(project:, location:, agent:, session:, entity_type:) -> ::String
projects/{project}/locations/{location}/agents/{agent}/sessions/{session}/entityTypes/{entity_type}
- project (String)
- location (String)
- agent (String)
- session (String)
- entity_type (String)
def session_entity_type_path(project:, location:, agent:, environment:, session:, entity_type:) -> ::String
projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}/entityTypes/{entity_type}
- project (String)
- location (String)
- agent (String)
- environment (String)
- session (String)
- entity_type (String)
- (::String)
- (::ArgumentError)
#session_path
def session_path(project:, location:, agent:, session:) -> ::String
def session_path(project:, location:, agent:, environment:, session:) -> ::String
Create a fully-qualified Session resource string.
def session_path(project:, location:, agent:, session:) -> ::String
projects/{project}/locations/{location}/agents/{agent}/sessions/{session}
- project (String)
- location (String)
- agent (String)
- session (String)
def session_path(project:, location:, agent:, environment:, session:) -> ::String
projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}
- project (String)
- location (String)
- agent (String)
- environment (String)
- session (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)