Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::SessionEntityTypes::Paths (v0.13.0)

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.

Overloads
def session_entity_type_path(project:, location:, agent:, session:, entity_type:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/sessions/{session}/entityTypes/{entity_type}

Parameters
  • project (String)
  • location (String)
  • agent (String)
  • session (String)
  • entity_type (String)
def session_entity_type_path(project:, location:, agent:, environment:, session:, entity_type:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}/entityTypes/{entity_type}

Parameters
  • project (String)
  • location (String)
  • agent (String)
  • environment (String)
  • session (String)
  • entity_type (String)
Returns
  • (::String)
Raises
  • (::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.

Overloads
def session_path(project:, location:, agent:, session:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/sessions/{session}

Parameters
  • project (String)
  • location (String)
  • agent (String)
  • session (String)
def session_path(project:, location:, agent:, environment:, session:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}

Parameters
  • project (String)
  • location (String)
  • agent (String)
  • environment (String)
  • session (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)