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

public sealed class ListQaScorecardsRequest : IMessage<ListQaScorecardsRequest>, IEquatable<ListQaScorecardsRequest>, IDeepCloneable<ListQaScorecardsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request to list QaScorecards.

Inheritance

object > ListQaScorecardsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListQaScorecardsRequest()

public ListQaScorecardsRequest()

ListQaScorecardsRequest(ListQaScorecardsRequest)

public ListQaScorecardsRequest(ListQaScorecardsRequest other)
Parameter
Name Description
other ListQaScorecardsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of scorecards to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The value returned by the last ListQaScorecardsResponse. This value indicates that this is a continuation of a prior ListQaScorecards call and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource of the scorecards.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName