Class GoogleCloudDialogflowCxV3beta1Conversation
Inheritance
GoogleCloudDialogflowCxV3beta1Conversation
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Conversation : IDirectResponseSchema
Properties
Duration
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environment
Declaration
[JsonProperty("environment")]
public virtual GoogleCloudDialogflowCxV3beta1Environment Environment { get; set; }
Property Value
FlowVersions
Declaration
[JsonProperty("flowVersions")]
public virtual IDictionary<string, long?> FlowVersions { get; set; }
Property Value
Flows
Declaration
[JsonProperty("flows")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Flow> Flows { get; set; }
Property Value
Intents
Declaration
[JsonProperty("intents")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Intent> Intents { get; set; }
Property Value
Interactions
Declaration
[JsonProperty("interactions")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ConversationInteraction> Interactions { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Metrics
Declaration
[JsonProperty("metrics")]
public virtual GoogleCloudDialogflowCxV3beta1ConversationMetrics Metrics { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Pages
Declaration
[JsonProperty("pages")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Page> Pages { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements