Interface protos.google.cloud.contactcenterinsights.v1.ISmartComposeSuggestionData (1.0.2)

Properties of a SmartComposeSuggestionData.

Package

@google-cloud/contact-center-insights!

Properties

confidenceScore

confidenceScore?: (number|null);

SmartComposeSuggestionData confidenceScore

Property Value
TypeDescription
(number|null)

metadata

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

SmartComposeSuggestionData metadata

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

queryRecord

queryRecord?: (string|null);

SmartComposeSuggestionData queryRecord

Property Value
TypeDescription
(string|null)

suggestion

suggestion?: (string|null);

SmartComposeSuggestionData suggestion

Property Value
TypeDescription
(string|null)