Google Cloud Dialogflow v2 API - Class ConversationDataset (4.16.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationDataset.

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

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
long

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/<Conversation Dataset ID>

Property Value
TypeDescription
string