Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Conversation

Inheritance
object
GoogleCloudDialogflowCxV3beta1Conversation
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Conversation : IDirectResponseSchema

Properties

Duration

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

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

Environment

Declaration
[JsonProperty("environment")]
public virtual GoogleCloudDialogflowCxV3beta1Environment Environment { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Environment

FlowVersions

Declaration
[JsonProperty("flowVersions")]
public virtual IDictionary<string, long?> FlowVersions { get; set; }
Property Value
Type Description
IDictionary<string, long?>

Flows

Declaration
[JsonProperty("flows")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Flow> Flows { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1Flow>

Intents

Declaration
[JsonProperty("intents")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Intent> Intents { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1Intent>

Interactions

Declaration
[JsonProperty("interactions")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ConversationInteraction> Interactions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1ConversationInteraction>

LanguageCode

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

Metrics

Declaration
[JsonProperty("metrics")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationMetrics Metrics { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ConversationMetrics

Name

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

Pages

Declaration
[JsonProperty("pages")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Page> Pages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1Page>

StartTime

object representation of StartTimeRaw.

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

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

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

StartTimeRaw

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

Type

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX