GoogleCloudContactcenterinsightsV1FaqAnswerData constructor

GoogleCloudContactcenterinsightsV1FaqAnswerData({
  1. String? answer,
  2. double? confidenceScore,
  3. Map<String, String>? metadata,
  4. String? queryRecord,
  5. String? question,
  6. String? source,
})

Implementation

GoogleCloudContactcenterinsightsV1FaqAnswerData({
  this.answer,
  this.confidenceScore,
  this.metadata,
  this.queryRecord,
  this.question,
  this.source,
});