GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest class
Request for the BulkDownloadFeedbackLabel endpoint.
Constructors
- 
          GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest({String? conversationFilter, String? feedbackLabelType, String? filter, GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination? gcsDestination, int? maxDownloadCount, String? parent, List<
String> ? templateQaScorecardId}) - GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest.fromJson(Map json_)
 
Properties
- conversationFilter ↔ String?
 - 
  Filter parent conversations to download feedback labels for.
  getter/setter pair
 - feedbackLabelType ↔ String?
 - 
  The type of feedback labels that will be downloaded.
  getter/setter pair
 - filter ↔ String?
 - 
  A filter to reduce results to a specific subset.
  getter/setter pair
 - gcsDestination ↔ GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination?
 - 
  A cloud storage bucket destination.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - maxDownloadCount ↔ int?
 - 
  Limits the maximum number of feedback labels that will be downloaded.
  getter/setter pair
 - parent ↔ String?
 - 
  The parent resource for new feedback labels.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  templateQaScorecardId
  ↔ List<
String> ? - 
  If set, a template for labeling conversations and scorecard questions will
be created from the conversation_filter and the questions under the
scorecard(s).
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited