GoogleCloudContactcenterinsightsV1QaAnswer constructor

GoogleCloudContactcenterinsightsV1QaAnswer({
  1. List<GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource>? answerSources,
  2. GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? answerValue,
  3. String? conversation,
  4. String? qaQuestion,
  5. String? questionBody,
  6. List<String>? tags,
})

Implementation

GoogleCloudContactcenterinsightsV1QaAnswer({
  this.answerSources,
  this.answerValue,
  this.conversation,
  this.qaQuestion,
  this.questionBody,
  this.tags,
});