Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::SessionEntityTypes::Paths.
Path helper methods for the SessionEntityTypes API.
Methods
#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)