Interface protos.google.cloud.dialogflow.v2beta1.Suggestion.IArticle (3.5.0)

Properties of an Article.

Package

@google-cloud/dialogflow!

Properties

answerRecord

answerRecord?: (string|null);

Article answerRecord

Property Value
TypeDescription
(string|null)

metadata

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

Article metadata

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

snippets

snippets?: (string[]|null);

Article snippets

Property Value
TypeDescription
(string[]|null)

title

title?: (string|null);

Article title

Property Value
TypeDescription
(string|null)

uri

uri?: (string|null);

Article uri

Property Value
TypeDescription
(string|null)