Google Cloud Dialogflow v2beta1 API - Class MessageAnnotation (1.0.0-beta15)

public sealed class MessageAnnotation : IMessage<MessageAnnotation>, IEquatable<MessageAnnotation>, IDeepCloneable<MessageAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class MessageAnnotation.

Represents the result of annotation for the message.

Inheritance

object > MessageAnnotation

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

MessageAnnotation()

public MessageAnnotation()

MessageAnnotation(MessageAnnotation)

public MessageAnnotation(MessageAnnotation other)
Parameter
NameDescription
otherMessageAnnotation

Properties

ContainEntities

public bool ContainEntities { get; set; }

Required. Indicates whether the text message contains entities.

Property Value
TypeDescription
bool

Parts

public RepeatedField<AnnotatedMessagePart> Parts { get; }

Optional. The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].

Property Value
TypeDescription
RepeatedFieldAnnotatedMessagePart