Interface protos.google.cloud.contactcenterinsights.v1.IEntity (1.3.0)

Properties of an Entity.

Package

@google-cloud/contact-center-insights!

Properties

displayName

displayName?: (string|null);

Entity displayName

Property Value
TypeDescription
(string|null)

metadata

metadata?: ({ [k: string]: string }|null);

Entity metadata

Property Value
TypeDescription
({ [k: string]: string }|null)

salience

salience?: (number|null);

Entity salience

Property Value
TypeDescription
(number|null)

sentiment

sentiment?: (google.cloud.contactcenterinsights.v1.ISentimentData|null);

Entity sentiment

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.ISentimentData|null)

type

type?: (google.cloud.contactcenterinsights.v1.Entity.Type|keyof typeof google.cloud.contactcenterinsights.v1.Entity.Type|null);

Entity type

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.Entity.Type|keyof typeof google.cloud.contactcenterinsights.v1.Entity.Type|null)