Class: Google::Cloud::Dialogflow::V2::CreateConversationDatasetOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateConversationDatasetOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb
Overview
Metadata for [ConversationDatasets][CreateConversationDataset].
Instance Attribute Summary collapse
-
#conversation_dataset ⇒ ::String
The resource name of the conversation dataset that will be created.
Instance Attribute Details
#conversation_dataset ⇒ ::String
Returns The resource name of the conversation dataset that will be created. Format:
projects/<Project ID>/locations/<Location
ID>/conversationDatasets/<Conversation Dataset Id>
.
216 217 218 219 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 216 class CreateConversationDatasetOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |