GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest constructor

GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest({
  1. double? analysisPercentage,
  2. GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector,
  3. String? filter,
  4. String? parent,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest({
  this.analysisPercentage,
  this.annotatorSelector,
  this.filter,
  this.parent,
});