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).
Implements
IMessageConversationDataset, IEquatableConversationDataset, IDeepCloneableConversationDataset, 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 |
long |
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 |
HasSatisfiesPzi
public bool HasSatisfiesPzi { get; }
Gets whether the "satisfies_pzi" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSatisfiesPzs
public bool HasSatisfiesPzs { get; }
Gets whether the "satisfies_pzs" field is set
Property Value | |
---|---|
Type | Description |
bool |
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 |
SatisfiesPzi
public bool SatisfiesPzi { get; set; }
Output only. A read only boolean field reflecting Zone Isolation status of the dataset.
Property Value | |
---|---|
Type | Description |
bool |
SatisfiesPzs
public bool SatisfiesPzs { get; set; }
Output only. A read only boolean field reflecting Zone Separation status of the dataset.
Property Value | |
---|---|
Type | Description |
bool |