Interface protos.google.cloud.contactcenterinsights.v1.ISmartReplyData (1.6.0)

Properties of a SmartReplyData.

Package

@google-cloud/contact-center-insights!

Properties

confidenceScore

confidenceScore?: (number|null);

SmartReplyData confidenceScore

Property Value
TypeDescription
(number|null)

metadata

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

SmartReplyData metadata

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

queryRecord

queryRecord?: (string|null);

SmartReplyData queryRecord

Property Value
TypeDescription
(string|null)

reply

reply?: (string|null);

SmartReplyData reply

Property Value
TypeDescription
(string|null)