GoogleCloudContactcenterinsightsV1QaAnswer constructor
GoogleCloudContactcenterinsightsV1QaAnswer({
- List<
GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource> ? answerSources, - GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue? answerValue,
- String? conversation,
- String? qaQuestion,
- String? questionBody,
- List<
String> ? tags,
Implementation
GoogleCloudContactcenterinsightsV1QaAnswer({
this.answerSources,
this.answerValue,
this.conversation,
this.qaQuestion,
this.questionBody,
this.tags,
});