GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice constructor

GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice({
  1. bool? boolValue,
  2. String? key,
  3. bool? naValue,
  4. double? numValue,
  5. double? score,
  6. String? strValue,
})

Implementation

GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice({
  this.boolValue,
  this.key,
  this.naValue,
  this.numValue,
  this.score,
  this.strValue,
});