Class: Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse
- 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
-
#feedback_labels ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>
The feedback labels that match the request.
-
#next_page_token ⇒ ::String
The next page token.
Instance Attribute Details
#feedback_labels ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>
Returns The feedback labels that match the request.
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.
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 |