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 is part of the Google Cloud Dialogflow v2 API, specifically within the `Google.Cloud.Dialogflow.V2` namespace."],["This class represents the result of annotating a message and can be found in the `Google.Cloud.Dialogflow.V2.dll` assembly, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MessageAnnotation` class has two constructors: a default one and one that takes another `MessageAnnotation` object as a parameter, along with two key properties: `ContainEntities`, which indicates whether the text contains entities, and `Parts`, a collection of `AnnotatedMessagePart` objects that make up the annotated message."],["The provided content has a list of versions for the MessageAnnotation class, starting from 4.26.0 (the latest) down to 3.2.0."],["The class inherits members from the `object` class, which includes methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]