GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest constructor

GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest({
  1. GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequestAgentSource? agentPerformanceSource,
  2. GoogleCloudContactcenterinsightsV1QueryInterval? comparisonQueryInterval,
  3. String? filter,
  4. GoogleCloudContactcenterinsightsV1QueryInterval? queryInterval,
})

Implementation

GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest({
  this.agentPerformanceSource,
  this.comparisonQueryInterval,
  this.filter,
  this.queryInterval,
});