GoogleCloudDialogflowCxV3AnswerFeedback constructor
GoogleCloudDialogflowCxV3AnswerFeedback({
- String? customRating,
- String? rating,
- GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason? ratingReason,
Implementation
GoogleCloudDialogflowCxV3AnswerFeedback({
this.customRating,
this.rating,
this.ratingReason,
});