Interface protos.google.cloud.contactcenterinsights.v1.IArticleSuggestionData (1.1.0)

Properties of an ArticleSuggestionData.

Package

@google-cloud/contact-center-insights!

Properties

confidenceScore

confidenceScore?: (number|null);

ArticleSuggestionData confidenceScore

Property Value
TypeDescription
(number|null)

metadata

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

ArticleSuggestionData metadata

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

queryRecord

queryRecord?: (string|null);

ArticleSuggestionData queryRecord

Property Value
TypeDescription
(string|null)

source

source?: (string|null);

ArticleSuggestionData source

Property Value
TypeDescription
(string|null)

title

title?: (string|null);

ArticleSuggestionData title

Property Value
TypeDescription
(string|null)

uri

uri?: (string|null);

ArticleSuggestionData uri

Property Value
TypeDescription
(string|null)