Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
Metadata for ConversationDatasets.
Instance Attribute Summary collapse
-
#conversation_dataset ⇒ String
The resource name of the conversation dataset that will be created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
constructor
A new instance of GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
Returns a new instance of GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata.
12904 12905 12906 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12904 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_dataset ⇒ String
The resource name of the conversation dataset that will be created. Format:
projects//locations//conversationDatasets/
Corresponds to the JSON property conversationDataset
12902 12903 12904 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12902 def conversation_dataset @conversation_dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12909 12910 12911 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12909 def update!(**args) @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset) end |