Resource: ConversationDataset
Represents a conversation dataset that a user imports raw data into. The data inside ConversationDataset can not be changed after conversationDatasets.importConversationData finishes (and calling conversationDatasets.importConversationData on a dataset that already has data is not allowed).
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "createTime": string, "inputConfig": { object ( |
Fields | |
---|---|
name |
Output only. ConversationDataset resource name. Format: |
display |
Required. The display name of the dataset. Maximum of 64 bytes. |
description |
Optional. The description of the dataset. Maximum of 10000 bytes. |
create |
Output only. Creation time of this dataset. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
input |
Output only. Input configurations set during conversation data import. |
conversation |
Output only. Metadata set during conversation data import. |
conversation |
Output only. The number of conversations this conversation dataset contains. |
satisfies |
Output only. A read only boolean field reflecting Zone Isolation status of the dataset. |
satisfies |
Output only. A read only boolean field reflecting Zone Separation status of the dataset. |
Methods |
|
---|---|
|
Creates a new conversation dataset. |
|
Deletes the specified conversation dataset. |
|
Retrieves the specified conversation dataset. |
|
Import data into the specified conversation dataset. |
|
Returns the list of all conversation datasets in the specified project and location. |