Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainListAllFeedbackLabelsResponse

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 for listing all feedback labels.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainListAllFeedbackLabelsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1mainListAllFeedbackLabelsResponse.



21046
21047
21048
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21046

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

Instance Attribute Details

#feedback_labelsArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainFeedbackLabel>

The feedback labels that match the request. Corresponds to the JSON property feedbackLabels



21038
21039
21040
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21038

def feedback_labels
  @feedback_labels
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)


21044
21045
21046
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21044

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21051
21052
21053
21054
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21051

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