GoogleCloudDialogflowV2FaqAnswer constructor

GoogleCloudDialogflowV2FaqAnswer({
  1. String? answer,
  2. String? answerRecord,
  3. double? confidence,
  4. Map<String, String>? metadata,
  5. String? question,
  6. String? source,
})

Implementation

GoogleCloudDialogflowV2FaqAnswer({
  this.answer,
  this.answerRecord,
  this.confidence,
  this.metadata,
  this.question,
  this.source,
});