public sealed class MessageAnnotation : IMessage<MessageAnnotation>, IEquatable<MessageAnnotation>, IDeepCloneable<MessageAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class MessageAnnotation.
Represents the result of annotation for the message.
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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `MessageAnnotation` class in the Google Cloud Dialogflow v2 API represents the result of a message's annotation."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The `MessageAnnotation` class provides two constructors: a default constructor and one that accepts another `MessageAnnotation` object for copying."],["Key properties of the `MessageAnnotation` class include `ContainEntities`, indicating if entities are present in the message, and `Parts`, which contains a collection of annotated message parts."],["The provided documentation covers various versions of the `MessageAnnotation` class, ranging from version 4.26.0 (latest) down to version 3.2.0, allowing for the possibility of using older versions."]]],[]]