Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Overview

Metadata for ConversationDatasets.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata

Returns a new instance of GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata.



6563
6564
6565
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6563

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conversation_datasetString

The resource name of the conversation dataset that will be created. Format: ` projects//locations//conversationDatasets/ Corresponds to the JSON property conversationDataset`

Returns:

  • (String)


6561
6562
6563
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6561

def conversation_dataset
  @conversation_dataset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6568
6569
6570
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6568

def update!(**args)
  @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
end