Class GoogleCloudDialogflowV2AnnotatedMessagePart
Inheritance
GoogleCloudDialogflowV2AnnotatedMessagePart
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2AnnotatedMessagePart : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityType
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Declaration
[JsonProperty("formattedValue")]
public virtual object FormattedValue { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Implements