EntityMentionData(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The data for an entity mention annotation. This represents a mention
of an Entity
in the conversation.
Attributes | |
---|---|
Name | Description |
entity_unique_id |
str
The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached
to.
|
type_ |
google.cloud.contact_center_insights_v1.types.EntityMentionData.MentionType
The type of the entity mention. |
sentiment |
google.cloud.contact_center_insights_v1.types.SentimentData
Sentiment expressed for this mention of the entity. |
Classes
MentionType
MentionType(value)
The supported types of mentions.
Values: MENTION_TYPE_UNSPECIFIED (0): Unspecified. PROPER (1): Proper noun. COMMON (2): Common noun (or noun compound).