Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::EntityMentionData (v0.7.2)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::EntityMentionData.

The data for an entity mention annotation. This represents a mention of an Entity in the conversation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_unique_id

def entity_unique_id() -> ::String
Returns
  • (::String) — The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.

#entity_unique_id=

def entity_unique_id=(value) -> ::String
Parameter
  • value (::String) — The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.
Returns
  • (::String) — The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.

#sentiment

def sentiment() -> ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Returns

#sentiment=

def sentiment=(value) -> ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Parameter
Returns

#type

def type() -> ::Google::Cloud::ContactCenterInsights::V1::EntityMentionData::MentionType

#type=

def type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::EntityMentionData::MentionType
Parameter