GoogleCloudDialogflowV2ConversationDataset class

Represents a conversation dataset that a user imports raw data into.

The data inside ConversationDataset can not be changed after ImportConversationData finishes (and calling ImportConversationData on a dataset that already has data is not allowed).

Properties

conversationCount String?
The number of conversations this conversation dataset contains.
getter/setter pair
conversationInfo GoogleCloudDialogflowV2ConversationInfo?
Metadata set during conversation data import.
getter/setter pair
createTime String?
Creation time of this dataset.
getter/setter pair
description String?
The description of the dataset.
getter/setter pair
displayName String?
The display name of the dataset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputConfig GoogleCloudDialogflowV2InputConfig?
Input configurations set during conversation data import.
getter/setter pair
name String?
ConversationDataset resource name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited