Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Request for the BulkDeleteFeedbackLabels endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest

Returns a new instance of GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest.



19178
19179
19180
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19178

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#filterString

Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: * issue_model_id

  • qa_question_id * qa_scorecard_id * min_create_time * max_create_time
  • min_update_time * max_update_time * feedback_label_type: QUALITY_AI, TOPIC_MODELING Corresponds to the JSON property filter

Returns:

  • (String)


19171
19172
19173
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19171

def filter
  @filter
end

#parentString

Required. The parent resource for new feedback labels. Corresponds to the JSON property parent

Returns:

  • (String)


19176
19177
19178
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19176

def parent
  @parent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19183
19184
19185
19186
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19183

def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
  @parent = args[:parent] if args.key?(:parent)
end