public sealed class EntityMentionData : IMessage<EntityMentionData>, IEquatable<EntityMentionData>, IDeepCloneable<EntityMentionData>, IBufferMessage, IMessageReference 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.
Implements
IMessageEntityMentionData, IEquatableEntityMentionData, IDeepCloneableEntityMentionData, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
EntityMentionData()
public EntityMentionData()EntityMentionData(EntityMentionData)
public EntityMentionData(EntityMentionData other)| Parameter | |
|---|---|
| Name | Description |
other |
EntityMentionData |
Properties
EntityUniqueId
public string EntityUniqueId { get; set; }The key of this entity in conversation entities.
Can be used to retrieve the exact Entity this mention is attached to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Sentiment
public SentimentData Sentiment { get; set; }Sentiment expressed for this mention of the entity.
| Property Value | |
|---|---|
| Type | Description |
SentimentData |
|
Type
public EntityMentionData.Types.MentionType Type { get; set; }The type of the entity mention.
| Property Value | |
|---|---|
| Type | Description |
EntityMentionDataTypesMentionType |
|