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 page provides documentation for the `EntityMentionData` class within the Google Cloud Contact Center AI Insights v1 API, offering reference information and code samples."],["The latest version available for `EntityMentionData` is 2.19.0, with a range of versions accessible from 1.0.0 through 2.19.0."],["The `EntityMentionData` class represents a mention of an entity within a conversation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `EntityMentionData` include `EntityUniqueId`, which links the mention to its corresponding entity, `Sentiment` which includes the sentiment expressed, and `Type`, which states the type of mention."],["The documentation has information on the constructors for `EntityMentionData`, providing ways to create new instances, either blank, or as a copy of another."]]],[]]