GoogleCloudContactcenterinsightsV1ListAnalysisRulesResponse constructor

GoogleCloudContactcenterinsightsV1ListAnalysisRulesResponse({
  1. List<GoogleCloudContactcenterinsightsV1AnalysisRule>? analysisRules,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListAnalysisRulesResponse({
  this.analysisRules,
  this.nextPageToken,
});