ConversationDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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).
Attributes
Name | Description |
name |
str
Output only. ConversationDataset resource name. Format: projects/
|
display_name |
str
Required. The display name of the dataset. Maximum of 64 bytes. |
description |
str
Optional. The description of the dataset. Maximum of 10000 bytes. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of this dataset. |
input_config |
google.cloud.dialogflow_v2.types.InputConfig
Output only. Input configurations set during conversation data import. |
conversation_info |
google.cloud.dialogflow_v2.types.ConversationInfo
Output only. Metadata set during conversation data import. |
conversation_count |
int
Output only. The number of conversations this conversation dataset contains. |