Class GoogleCloudContactcenterinsightsV1alpha1Entity
The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1Entity : IDirectResponseSchema
Properties
DisplayName
The representative name for the entity.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL
(wikipedia_url
) and Knowledge Graph MID (mid
), if they are available. For the metadata associated with
other entity types, see the Type table below.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Salience
The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.
Declaration
[JsonProperty("salience")]
public virtual float? Salience { get; set; }
Property Value
Type | Description |
---|---|
float? |
Sentiment
The aggregate sentiment expressed for this entity in the conversation.
Declaration
[JsonProperty("sentiment")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SentimentData Sentiment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1SentimentData |
Type
The entity type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |