Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ConversationDataset

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
GoogleCloudDialogflowV2ConversationDataset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationDataset : IDirectResponseSchema

Properties

ConversationCount

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

Declaration
[JsonProperty("conversationCount")]
public virtual long? ConversationCount { get; set; }
Property Value
Type Description
long?

ConversationInfo

Output only. Metadata set during conversation data import.

Declaration
[JsonProperty("conversationInfo")]
public virtual GoogleCloudDialogflowV2ConversationInfo ConversationInfo { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ConversationInfo

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Creation time of this dataset.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

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

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputConfig

Output only. Input configurations set during conversation data import.

Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudDialogflowV2InputConfig InputConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2InputConfig

Name

Output only. ConversationDataset resource name. Format: projects//locations//conversationDatasets/

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SatisfiesPzi

Output only. A read only boolean field reflecting Zone Isolation status of the dataset.

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Output only. A read only boolean field reflecting Zone Separation status of the dataset.

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX