Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::ConversationDatasets::Paths.
Path helper methods for the ConversationDatasets API.
Included In
Methods
#conversation_dataset_path
def conversation_dataset_path(project:, location:, conversation_dataset:) -> ::StringCreate a fully-qualified ConversationDataset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
- project (String)
- location (String)
- conversation_dataset (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)