Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::Generators::Paths (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Generators::Paths.

Path helper methods for the Generators API.

Methods

#agent_path

def agent_path(project:, location:, agent:) -> ::String

Create a fully-qualified Agent resource string.

The resource will be in the following format:

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

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

#generator_path

def generator_path(project:, location:, agent:, generator:) -> ::String

Create a fully-qualified Generator resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/generators/{generator}

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