Class GoogleCloudContactcenterinsightsV1EntityMentionData
The data for an entity mention annotation. This represents a mention of an Entity in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1EntityMentionData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityUniqueId
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is
attached to.
Declaration
[JsonProperty("entityUniqueId")]
public virtual string EntityUniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sentiment
Sentiment expressed for this mention of the entity.
Declaration
[JsonProperty("sentiment")]
public virtual GoogleCloudContactcenterinsightsV1SentimentData Sentiment { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1SentimentData |
Type
The type of the entity mention.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |