GoogleCloudContactcenterinsightsV1QaQuestion constructor

GoogleCloudContactcenterinsightsV1QaQuestion({
  1. String? abbreviation,
  2. List<GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice>? answerChoices,
  3. String? answerInstructions,
  4. String? createTime,
  5. GoogleCloudContactcenterinsightsV1QaQuestionMetrics? metrics,
  6. String? name,
  7. int? order,
  8. GoogleCloudContactcenterinsightsV1QaQuestionPredefinedQuestionConfig? predefinedQuestionConfig,
  9. GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions? qaQuestionDataOptions,
  10. String? questionBody,
  11. String? questionType,
  12. List<String>? tags,
  13. GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata? tuningMetadata,
  14. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1QaQuestion({
  this.abbreviation,
  this.answerChoices,
  this.answerInstructions,
  this.createTime,
  this.metrics,
  this.name,
  this.order,
  this.predefinedQuestionConfig,
  this.qaQuestionDataOptions,
  this.questionBody,
  this.questionType,
  this.tags,
  this.tuningMetadata,
  this.updateTime,
});