GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue constructor

GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue({
  1. bool? boolValue,
  2. String? key,
  3. bool? naValue,
  4. double? normalizedScore,
  5. double? numValue,
  6. double? potentialScore,
  7. double? score,
  8. bool? skipValue,
  9. String? strValue,
})

Implementation

GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue({
  this.boolValue,
  this.key,
  this.naValue,
  this.normalizedScore,
  this.numValue,
  this.potentialScore,
  this.score,
  this.skipValue,
  this.strValue,
});