GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse constructor
GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse({
- List<
GoogleCloudContactcenterinsightsV1FeedbackLabel> ? feedbackLabels, - String? nextPageToken,
Implementation
GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse({
this.feedbackLabels,
this.nextPageToken,
});