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

public sealed class ListQaScorecardsResponse : IMessage<ListQaScorecardsResponse>, IEquatable<ListQaScorecardsResponse>, IDeepCloneable<ListQaScorecardsResponse>, IBufferMessage, IMessage, IPageResponse<QaScorecard>, IEnumerable<QaScorecard>, IEnumerable

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

The response from a ListQaScorecards request.

Inheritance

object > ListQaScorecardsResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListQaScorecardsResponse()

public ListQaScorecardsResponse()

ListQaScorecardsResponse(ListQaScorecardsResponse)

public ListQaScorecardsResponse(ListQaScorecardsResponse other)
Parameter
Name Description
other ListQaScorecardsResponse

Properties

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

QaScorecards

public RepeatedField<QaScorecard> QaScorecards { get; }

The QaScorecards under the parent.

Property Value
Type Description
RepeatedFieldQaScorecard

Methods

GetEnumerator()

public IEnumerator<QaScorecard> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorQaScorecard