GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest constructor

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest({
  1. String? conversationFilter,
  2. String? feedbackLabelType,
  3. String? filter,
  4. GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination? gcsDestination,
  5. int? maxDownloadCount,
  6. String? parent,
  7. GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination? sheetsDestination,
  8. List<String>? templateQaScorecardId,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest({
  this.conversationFilter,
  this.feedbackLabelType,
  this.filter,
  this.gcsDestination,
  this.maxDownloadCount,
  this.parent,
  this.sheetsDestination,
  this.templateQaScorecardId,
});