Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LabelConversationResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LabelConversationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v2beta1/classes.rb,
generated/google/apis/dialogflow_v2beta1/representations.rb,
generated/google/apis/dialogflow_v2beta1/representations.rb
Overview
The response for ConversationDatasets.LabelConversation
Instance Attribute Summary collapse
-
#annotated_conversation_dataset ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnnotatedConversationDataset
Represents an annotated conversation dataset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1LabelConversationResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1LabelConversationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1LabelConversationResponse
Returns a new instance of GoogleCloudDialogflowV2beta1LabelConversationResponse
4309 4310 4311 |
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 4309 def initialize(**args) update!(**args) end |
Instance Attribute Details
#annotated_conversation_dataset ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnnotatedConversationDataset
Represents an annotated conversation dataset.
ConversationDataset can have multiple AnnotatedConversationDataset, each of
them represents one result from one annotation task.
AnnotatedConversationDataset can only be generated from annotation task,
which will be triggered by LabelConversation.
Corresponds to the JSON property annotatedConversationDataset
4307 4308 4309 |
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 4307 def annotated_conversation_dataset @annotated_conversation_dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4314 4315 4316 |
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 4314 def update!(**args) @annotated_conversation_dataset = args[:annotated_conversation_dataset] if args.key?(:annotated_conversation_dataset) end |