GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource constructor

GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource({
  1. GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? answerValue,
  2. String? sourceType,
})

Implementation

GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource({
  this.answerValue,
  this.sourceType,
});