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 latest version available for `EntityMentionData` in the `Google.Cloud.ContactCenterInsights.V1` namespace is 2.19.0, while the earliest available version is 1.0.0."],["`EntityMentionData` represents a mention of an `Entity` within a conversation in contact center insights."],["This class, `EntityMentionData`, offers properties such as `EntityUniqueId`, `Sentiment`, and `Type` to provide details about the mentioned entity."],["`EntityMentionData` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors provided for `EntityMentionData`, one being a standard constructor, and the second being a copy constructor."]]],[]]