Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::SessionEntityTypes::Paths (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::SessionEntityTypes::Paths.

Path helper methods for the SessionEntityTypes API.

Methods

#session_entity_type_path

def session_entity_type_path(project:, session:, entity_type:) -> ::String
def session_entity_type_path(project:, environment:, user:, session:, entity_type:) -> ::String
def session_entity_type_path(project:, location:, session:, entity_type:) -> ::String
def session_entity_type_path(project:, location:, environment:, user:, session:, entity_type:) -> ::String

Create a fully-qualified SessionEntityType resource string.

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

projects/{project}/agent/sessions/{session}/entityTypes/{entity_type}

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

projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}/entityTypes/{entity_type}

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

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

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

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

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

#session_path

def session_path(project:, session:) -> ::String
def session_path(project:, environment:, user:, session:) -> ::String
def session_path(project:, location:, session:) -> ::String
def session_path(project:, location:, environment:, user:, session:) -> ::String

Create a fully-qualified Session resource string.

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

projects/{project}/agent/sessions/{session}

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

projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}

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

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

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

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

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