Class: Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The response for listing feedback labels.

Instance Attribute Summary collapse

Instance Attribute Details

#feedback_labels::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>

Returns The feedback labels that match the request.

Returns:



2120
2121
2122
2123
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2120

class ListFeedbackLabelsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns The next page token.

Returns:

  • (::String)

    The next page token.



2120
2121
2122
2123
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2120

class ListFeedbackLabelsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end