GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest constructor
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest({
- String? conversationFilter,
- String? feedbackLabelType,
- String? filter,
- GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination? gcsDestination,
- int? maxDownloadCount,
- String? parent,
- GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination? sheetsDestination,
- List<
String> ? templateQaScorecardId,
Implementation
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest({
this.conversationFilter,
this.feedbackLabelType,
this.filter,
this.gcsDestination,
this.maxDownloadCount,
this.parent,
this.sheetsDestination,
this.templateQaScorecardId,
});