GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata constructor

GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata({
  1. String? answerValue,
  2. String? qaQuestionId,
  3. String? qaScorecardId,
  4. String? questionBody,
})

Implementation

GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata({
  this.answerValue,
  this.qaQuestionId,
  this.qaScorecardId,
  this.questionBody,
});