public sealed class EntityMentionData : IMessage<EntityMentionData>, IEquatable<EntityMentionData>, IDeepCloneable<EntityMentionData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class EntityMentionData.
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."],[[["This webpage provides reference documentation for the `EntityMentionData` class within the Google Cloud Contact Center AI Insights v1 API, with the latest version being 2.19.0 and the current version set to 2.11.0."],["The `EntityMentionData` class represents a mention of an entity within a conversation, detailing the data associated with the mention, including the entity's unique ID and properties."],["The class is implemented using several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of utilities for working with entity mention data."],["Key properties of the `EntityMentionData` class include `EntityUniqueId` which helps identify the referenced entity, `Sentiment` that shows sentiment analysis for that mention, and `Type` which specifies the mention type."],["The documentation lists all available versions from the latest version down to version 1.0.0, with all of them linking to their respective documentation page."]]],[]]