Class GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent
Inheritance
GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent : IDirectResponseSchema
Properties
AnswerRecord
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
Content
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
ContentFormat
Declaration
[JsonProperty("contentFormat")]
public virtual string ContentFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IngestionTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IngestionTimeDateTimeOffset instead.")]
public virtual object IngestionTime { get; set; }
Property Value
IngestionTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IngestionTimeDateTimeOffset { get; set; }
Property Value
IngestionTimeRaw
Declaration
[JsonProperty("ingestionTime")]
public virtual string IngestionTimeRaw { get; set; }
Property Value
Implements