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:  | 
| displayName |   Required. The display name of the dataset. Maximum of 64 bytes. | 
| description |   Optional. The description of the dataset. Maximum of 10000 bytes. | 
| createTime |   Output only. Creation time of this dataset. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| inputConfig |   Output only. Input configurations set during conversation data import. | 
| conversationInfo |   Output only. Metadata set during conversation data import. | 
| conversationCount |   Output only. The number of conversations this conversation dataset contains. | 
| satisfiesPzi |   Output only. A read only boolean field reflecting Zone Isolation status of the dataset. | 
| satisfiesPzs |   Output only. A read only boolean field reflecting Zone Separation status of the dataset. | 
InputConfig
Represents the configuration of importing a set of conversation files in Google Cloud Storage.
| JSON representation | 
|---|
| { // Union field | 
source 
. Required. Where the data is from. source 
can be only one of the following:gcsSource 
 object (  
 GcsSources 
 
)
The Cloud Storage URI has the form gs:// 
GcsSources
Google Cloud Storage location for the inputs.
| JSON representation | 
|---|
| { "uris" : [ string ] } | 
| Fields | |
|---|---|
| uris[] |   Required. Google Cloud Storage URIs for the inputs. A URI is of the form:  | 
ConversationInfo
Represents metadata of a conversation.
| JSON representation | 
|---|
| { "languageCode" : string } | 
| Fields | |
|---|---|
| languageCode |   Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages. | 
| Methods | |
|---|---|
|   | 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. | 

