Interface EntityMentionDataOrBuilder (2.28.0)

public interface EntityMentionDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityUniqueId()

public abstract String getEntityUniqueId()

The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.

string entity_unique_id = 1;

Returns
TypeDescription
String

The entityUniqueId.

getEntityUniqueIdBytes()

public abstract ByteString getEntityUniqueIdBytes()

The key of this entity in conversation entities. Can be used to retrieve the exact Entity this mention is attached to.

string entity_unique_id = 1;

Returns
TypeDescription
ByteString

The bytes for entityUniqueId.

getSentiment()

public abstract SentimentData getSentiment()

Sentiment expressed for this mention of the entity.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment = 3;

Returns
TypeDescription
SentimentData

The sentiment.

getSentimentOrBuilder()

public abstract SentimentDataOrBuilder getSentimentOrBuilder()

Sentiment expressed for this mention of the entity.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment = 3;

Returns
TypeDescription
SentimentDataOrBuilder

getType()

public abstract EntityMentionData.MentionType getType()

The type of the entity mention.

.google.cloud.contactcenterinsights.v1.EntityMentionData.MentionType type = 2;

Returns
TypeDescription
EntityMentionData.MentionType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of the entity mention.

.google.cloud.contactcenterinsights.v1.EntityMentionData.MentionType type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasSentiment()

public abstract boolean hasSentiment()

Sentiment expressed for this mention of the entity.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment = 3;

Returns
TypeDescription
boolean

Whether the sentiment field is set.