Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse

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

The response message for listing auto labeling rules.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse.



5988
5989
5990
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5988

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

Instance Attribute Details

#auto_labeling_rulesArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRule>

The auto labeling rules. Corresponds to the JSON property autoLabelingRules



5980
5981
5982
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5980

def auto_labeling_rules
  @auto_labeling_rules
end

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


5986
5987
5988
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5986

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5993
5994
5995
5996
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5993

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