Class GoogleCloudDialogflowV2beta1ConversationContextReference
Inheritance
GoogleCloudDialogflowV2beta1ConversationContextReference
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationContextReference : IDirectResponseSchema
Properties
ContextContents
Declaration
[JsonProperty("contextContents")]
public virtual IList<GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent> ContextContents { get; set; }
Property Value
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
UpdateMode
Declaration
[JsonProperty("updateMode")]
public virtual string UpdateMode { get; set; }
Property Value
Implements