View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse (google_api_contact_center_insights v0.13.0)
The response for listing feedback labels.
Attributes
-
feedbackLabels(type:list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel.t), default:nil) - The feedback labels that match the request. -
nextPageToken(type:String.t, default:nil) - The next page token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ListFeedbackLabelsResponse{ feedbackLabels: [ GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.