public sealed class EntityMentionData : IMessage<EntityMentionData>, IEquatable<EntityMentionData>, IDeepCloneable<EntityMentionData>, IBufferMessage, IMessage
The data for an entity mention annotation.
This represents a mention of an Entity in the conversation.
[[["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 `EntityMentionData` class represents a mention of an `Entity` within a conversation, serving as an annotation."],["Version 2.19.0 is the latest version available for the `Google.Cloud.ContactCenterInsights.V1.EntityMentionData`, among 24 listed versions."],["`EntityMentionData` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `EntityMentionData` class contains properties such as `EntityUniqueId`, `Sentiment`, and `Type`, which provide details about the entity, its associated sentiment, and the type of mention."],["The namespace for `EntityMentionData` is `Google.Cloud.ContactCenterInsights.V1`, and the assembly is `Google.Cloud.ContactCenterInsights.V1.dll`."]]],[]]