GoogleCloudContactcenterinsightsV1QaQuestion constructor
GoogleCloudContactcenterinsightsV1QaQuestion({
- String? abbreviation,
- List<
GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice> ? answerChoices, - String? answerInstructions,
- String? createTime,
- GoogleCloudContactcenterinsightsV1QaQuestionMetrics? metrics,
- String? name,
- int? order,
- GoogleCloudContactcenterinsightsV1QaQuestionPredefinedQuestionConfig? predefinedQuestionConfig,
- GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions? qaQuestionDataOptions,
- String? questionBody,
- String? questionType,
- List<
String> ? tags, - GoogleCloudContactcenterinsightsV1QaQuestionTuningMetadata? tuningMetadata,
- 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,
});