Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse

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 feedback labels.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse.



11039
11040
11041
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11039

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

Instance Attribute Details

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

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



11032
11033
11034
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11032

def feedback_labels
  @feedback_labels
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


11037
11038
11039
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11037

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11044
11045
11046
11047
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11044

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