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

Properties of an Entity.

Package

@google-cloud/contact-center-insights

Properties

displayName

displayName?: (string|null);

Entity displayName

metadata

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

Entity metadata

salience

salience?: (number|null);

Entity salience

sentiment

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

Entity sentiment

type

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

Entity type