Interface protos.google.cloud.dialogflow.v2beta1.IArticleAnswer (4.4.0)

Properties of an ArticleAnswer.

Package

@google-cloud/dialogflow!

Properties

answerRecord

answerRecord?: (string|null);

ArticleAnswer answerRecord

Property Value
TypeDescription
(string|null)

metadata

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

ArticleAnswer metadata

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

snippets

snippets?: (string[]|null);

ArticleAnswer snippets

Property Value
TypeDescription
(string[]|null)

title

title?: (string|null);

ArticleAnswer title

Property Value
TypeDescription
(string|null)

uri

uri?: (string|null);

ArticleAnswer uri

Property Value
TypeDescription
(string|null)