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