Contact Center AI Insights v1 API - Class ListAllFeedbackLabelsResponse (2.18.0)

public sealed class ListAllFeedbackLabelsResponse : IMessage<ListAllFeedbackLabelsResponse>, IEquatable<ListAllFeedbackLabelsResponse>, IDeepCloneable<ListAllFeedbackLabelsResponse>, IBufferMessage, IMessage, IPageResponse<FeedbackLabel>, IEnumerable<FeedbackLabel>, IEnumerable

Reference documentation and code samples for the Contact Center AI Insights v1 API class ListAllFeedbackLabelsResponse.

The response for listing all feedback labels.

Inheritance

object > ListAllFeedbackLabelsResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListAllFeedbackLabelsResponse()

public ListAllFeedbackLabelsResponse()

ListAllFeedbackLabelsResponse(ListAllFeedbackLabelsResponse)

public ListAllFeedbackLabelsResponse(ListAllFeedbackLabelsResponse other)
Parameter
Name Description
other ListAllFeedbackLabelsResponse

Properties

FeedbackLabels

public RepeatedField<FeedbackLabel> FeedbackLabels { get; }

The feedback labels that match the request.

Property Value
Type Description
RepeatedFieldFeedbackLabel

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

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
IEnumeratorFeedbackLabel