Class GoogleCloudDialogflowV2Message
Inheritance
GoogleCloudDialogflowV2Message
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2Message : IDirectResponseSchema
Properties
Content
Declaration
[JsonProperty("content")]
public virtual string Content { 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
MessageAnnotation
Declaration
[JsonProperty("messageAnnotation")]
public virtual GoogleCloudDialogflowV2MessageAnnotation MessageAnnotation { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Participant
Declaration
[JsonProperty("participant")]
public virtual string Participant { get; set; }
Property Value
ParticipantRole
Declaration
[JsonProperty("participantRole")]
public virtual string ParticipantRole { get; set; }
Property Value
SendTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SendTimeDateTimeOffset instead.")]
public virtual object SendTime { get; set; }
Property Value
SendTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SendTimeDateTimeOffset { get; set; }
Property Value
SendTimeRaw
Declaration
[JsonProperty("sendTime")]
public virtual string SendTimeRaw { get; set; }
Property Value
SentimentAnalysis
Declaration
[JsonProperty("sentimentAnalysis")]
public virtual GoogleCloudDialogflowV2SentimentAnalysisResult SentimentAnalysis { get; set; }
Property Value
Implements