Class ConversationDataset (4.0.0)

public sealed class ConversationDataset : IMessage<ConversationDataset>, IEquatable<ConversationDataset>, IDeepCloneable<ConversationDataset>, IBufferMessage, IMessage

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).

Inheritance

System.Object > ConversationDataset

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ConversationDataset()

public ConversationDataset()

ConversationDataset(ConversationDataset)

public ConversationDataset(ConversationDataset other)
Parameter
NameDescription
otherConversationDataset

Properties

ConversationCount

public long ConversationCount { get; set; }

Output only. The number of conversations this conversation dataset contains.

Property Value
TypeDescription
Int64

ConversationDatasetName

public ConversationDatasetName ConversationDatasetName { get; set; }

ConversationDatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
ConversationDatasetName

ConversationInfo

public ConversationInfo ConversationInfo { get; set; }

Output only. Metadata set during conversation data import.

Property Value
TypeDescription
ConversationInfo

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time of this dataset.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. The description of the dataset. Maximum of 10000 bytes.

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

Required. The display name of the dataset. Maximum of 64 bytes.

Property Value
TypeDescription
String

InputConfig

public InputConfig InputConfig { get; set; }

Output only. Input configurations set during conversation data import.

Property Value
TypeDescription
InputConfig

Name

public string Name { get; set; }

Output only. ConversationDataset resource name. Format: projects/{Project ID}/locations/{Location ID>/conversationDatasets/&lt;Conversation Dataset ID>

Property Value
TypeDescription
String