GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse constructor

GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse({
  1. List<GoogleCloudContactcenterinsightsV1FeedbackLabel>? feedbackLabels,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse({
  this.feedbackLabels,
  this.nextPageToken,
});