Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::ConversationDatasets::Paths (v0.18.0)

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

Path helper methods for the ConversationDatasets API.

Methods

#conversation_dataset_path

def conversation_dataset_path(project:, location:, conversation_dataset:) -> ::String

Create a fully-qualified ConversationDataset resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}

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

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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