public sealed class ConversationDataset : IMessage<ConversationDataset>, IEquatable<ConversationDataset>, IDeepCloneable<ConversationDataset>, IBufferMessage, IMessageRepresents 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).
Inheritance
System.Object > ConversationDatasetImplements
IMessage<ConversationDataset>, IEquatable<ConversationDataset>, IDeepCloneable<ConversationDataset>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ConversationDataset()
public ConversationDataset()ConversationDataset(ConversationDataset)
public ConversationDataset(ConversationDataset other)| Parameter | |
|---|---|
| Name | Description | 
| other | ConversationDataset | 
Properties
ConversationCount
public long ConversationCount { get; set; }Output only. The number of conversations this conversation dataset contains.
| Property Value | |
|---|---|
| Type | Description | 
| Int64 | |
ConversationDatasetName
public ConversationDatasetName ConversationDatasetName { get; set; }ConversationDatasetName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ConversationDatasetName | |
ConversationInfo
public ConversationInfo ConversationInfo { get; set; }Output only. Metadata set during conversation data import.
| Property Value | |
|---|---|
| Type | Description | 
| ConversationInfo | |
CreateTime
public Timestamp CreateTime { get; set; }Output only. Creation time of this dataset.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
Description
public string Description { get; set; }Optional. The description of the dataset. Maximum of 10000 bytes.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
DisplayName
public string DisplayName { get; set; }Required. The display name of the dataset. Maximum of 64 bytes.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
InputConfig
public InputConfig InputConfig { get; set; }Output only. Input configurations set during conversation data import.
| Property Value | |
|---|---|
| Type | Description | 
| InputConfig | |
Name
public string Name { get; set; }Output only. ConversationDataset resource name. Format:
projects/{Project ID}/locations/{Location
ID>/conversationDatasets/<Conversation Dataset ID>
| Property Value | |
|---|---|
| Type | Description | 
| String | |