public sealed class ListQaScorecardRevisionsRequest : IMessage<ListQaScorecardRevisionsRequest>, IEquatable<ListQaScorecardRevisionsRequest>, IDeepCloneable<ListQaScorecardRevisionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListQaScorecardRevisionsRequest.
Request to list QaScorecardRevisions
Implements
IMessageListQaScorecardRevisionsRequest, IEquatableListQaScorecardRevisionsRequest, IDeepCloneableListQaScorecardRevisionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListQaScorecardRevisionsRequest()
public ListQaScorecardRevisionsRequest()
ListQaScorecardRevisionsRequest(ListQaScorecardRevisionsRequest)
public ListQaScorecardRevisionsRequest(ListQaScorecardRevisionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListQaScorecardRevisionsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of scorecard revisions 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
ListQaScorecardRevisionsResponse
. This value indicates that this is a
continuation of a prior ListQaScorecardRevisions
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 scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
Property Value | |
---|---|
Type | Description |
string |
ParentAsQaScorecardName
public QaScorecardName ParentAsQaScorecardName { get; set; }
QaScorecardName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
QaScorecardName |