Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateConversationDatasetRequest.
The request message for ConversationDatasets.CreateConversationDataset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_dataset
def conversation_dataset() -> ::Google::Cloud::Dialogflow::V2::ConversationDataset
Returns
- (::Google::Cloud::Dialogflow::V2::ConversationDataset) — Required. The conversation dataset to create.
#conversation_dataset=
def conversation_dataset=(value) -> ::Google::Cloud::Dialogflow::V2::ConversationDataset
Parameter
- value (::Google::Cloud::Dialogflow::V2::ConversationDataset) — Required. The conversation dataset to create.
Returns
- (::Google::Cloud::Dialogflow::V2::ConversationDataset) — Required. The conversation dataset to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project to create conversation dataset for. Format:
projects/<Project ID>/locations/<Location ID>
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project to create conversation dataset for. Format:
projects/<Project ID>/locations/<Location ID>
Returns
-
(::String) — Required. The project to create conversation dataset for. Format:
projects/<Project ID>/locations/<Location ID>