Contact Center AI Insights v1 API - Class ListFeedbackLabelsResponse (2.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListFeedbackLabelsResponse : IMessage<ListFeedbackLabelsResponse>, IEquatable<ListFeedbackLabelsResponse>, IDeepCloneable<ListFeedbackLabelsResponse>, IBufferMessage, IMessage, IPageResponse<FeedbackLabel>, IEnumerable<FeedbackLabel>, IEnumerableReference documentation and code samples for the Contact Center AI Insights v1 API class ListFeedbackLabelsResponse.
The response for listing feedback labels.
Implements
IMessage ListFeedbackLabelsResponse, IEquatable ListFeedbackLabelsResponse, IDeepCloneable ListFeedbackLabelsResponse, IBufferMessage, IMessage, IPageResponse FeedbackLabel, IEnumerable FeedbackLabel, IEnumerableNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListFeedbackLabelsResponse()
public ListFeedbackLabelsResponse()ListFeedbackLabelsResponse(ListFeedbackLabelsResponse)
public ListFeedbackLabelsResponse(ListFeedbackLabelsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedbackLabelsResponse |
Properties
FeedbackLabels
public RepeatedField<FeedbackLabel> FeedbackLabels { get; }The feedback labels that match the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField FeedbackLabel |
|
NextPageToken
public string NextPageToken { get; set; }The next page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<FeedbackLabel> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator FeedbackLabel |
|