public sealed class AnnotatedMessagePart : IMessage<AnnotatedMessagePart>, IEquatable<AnnotatedMessagePart>, IDeepCloneable<AnnotatedMessagePart>, IBufferMessage, IMessage
Represents a part of a message possibly annotated with an entity. The part
can be an entity or purely a part of the message between two entities or
message start/end.
The Dialogflow system entity formatted value
of
this message part. For example for a system entity of type
@sys.unit-currency, this may contain:
<pre>
{
"amount": 5,
"currency": "USD"
}
</pre>
[[["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."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAnnotatedMessagePart\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace, which is part of the Google Cloud Dialogflow .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnnotatedMessagePart\u003c/code\u003e class represents a segment of a message that may be annotated with an entity, or simply a portion of text between entities.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes a list of available versions, ranging from version 3.2.0 up to the latest, 4.26.0, allowing developers to navigate to documentation specific to their project's version.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from Object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and offers constructors to create new instances with or without existing instances.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to represent entity type, formatted value, and text which are accessible as public properties.\u003c/p\u003e\n"]]],[],null,[]]