public sealed class MessageAnnotation : IMessage<MessageAnnotation>, IEquatable<MessageAnnotation>, IDeepCloneable<MessageAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class MessageAnnotation.
Represents the result of annotation for the message.
Implements
IMessage<MessageAnnotation>, IEquatable<MessageAnnotation>, IDeepCloneable<MessageAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
MessageAnnotation()
public MessageAnnotation()MessageAnnotation(MessageAnnotation)
public MessageAnnotation(MessageAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
MessageAnnotation |
Properties
ContainEntities
public bool ContainEntities { get; set; }Indicates whether the text message contains entities.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Parts
public RepeatedField<AnnotatedMessagePart> Parts { get; }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 | |
|---|---|
| Type | Description |
RepeatedField<AnnotatedMessagePart> |
|