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.
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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `MessageAnnotation` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta22, with a later version 1.0.0-beta23 available."],["The `MessageAnnotation` class represents the result of message annotation, and is defined as a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and another that takes another `MessageAnnotation` object as a parameter."],["`MessageAnnotation` has properties `ContainEntities`, a boolean that indicates whether the text contains entities, and `Parts`, a collection of `AnnotatedMessagePart` objects ordered by position in the message."],["It inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]