GoogleCloudDialogflowV2SuggestArticlesResponse constructor

GoogleCloudDialogflowV2SuggestArticlesResponse({
  1. List<GoogleCloudDialogflowV2ArticleAnswer>? articleAnswers,
  2. int? contextSize,
  3. String? latestMessage,
})

Implementation

GoogleCloudDialogflowV2SuggestArticlesResponse({
  this.articleAnswers,
  this.contextSize,
  this.latestMessage,
});