GoogleCloudDialogflowV2ArticleAnswer constructor

GoogleCloudDialogflowV2ArticleAnswer({
  1. String? answerRecord,
  2. double? confidence,
  3. Map<String, String>? metadata,
  4. List<String>? snippets,
  5. String? title,
  6. String? uri,
})

Implementation

GoogleCloudDialogflowV2ArticleAnswer({
  this.answerRecord,
  this.confidence,
  this.metadata,
  this.snippets,
  this.title,
  this.uri,
});