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"]],[["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."],[[["This document provides reference information for the `MessageAnnotation` class within the Google Cloud Dialogflow v2beta1 API, specifically for the .NET environment."],["The `MessageAnnotation` class represents the result of annotating a message and inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `MessageAnnotation` class offers two constructors: a default constructor and one that takes another `MessageAnnotation` object as a parameter for initialization."],["The class includes properties such as `ContainEntities`, a boolean indicating if the text contains entities, and `Parts`, a collection of `AnnotatedMessagePart` objects that represent the annotated sections of the message."],["The latest version of this API class is version 1.0.0-beta23, with version 1.0.0-beta22 also available for use."]]],[]]