Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::Generators::Paths (v1.1.1)

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

Path helper methods for the Generators API.

Methods

#generator_path

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

Create a fully-qualified Generator resource string.

The resource will be in the following format:

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

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

#project_path

def project_path(project:) -> ::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)