Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ListFeedbackLabelsResponse.
The response for listing feedback labels.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ListFeedbackLabelsResponse
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ feedback_labels |
array<FeedbackLabel>
The feedback labels that match the request. |
↳ next_page_token |
string
The next page token. |
getFeedbackLabels
The feedback labels that match the request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFeedbackLabels
The feedback labels that match the request.
Parameter | |
---|---|
Name | Description |
var |
array<FeedbackLabel>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The next page token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The next page token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |