Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ListFeedbackLabelsResponse.
The response for listing feedback labels.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feedback_labels
def feedback_labels() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>) — The feedback labels that match the request.
#feedback_labels=
def feedback_labels=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>
Parameter
- value (::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>) — The feedback labels that match the request.
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel>) — The feedback labels that match the request.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The next page token.
Returns
- (::String) — The next page token.