GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse constructor

GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse({
  1. List<GoogleCloudContactcenterinsightsV1AutoLabelingRule>? autoLabelingRules,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse({
  this.autoLabelingRules,
  this.nextPageToken,
});