Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsRequest.
Request to list QaScorecardRevisions
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
Returns
- (::String) — Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
#page_size
def page_size() -> ::Integer
Returns
-
(::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
-
value (::Integer) — 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.
Returns
-
(::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. The value returned by the last
ListQaScorecardRevisionsResponse
. This value indicates that this is a continuation of a priorListQaScorecardRevisions
call and that the system should return the next page of data.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. The value returned by the last
ListQaScorecardRevisionsResponse
. This value indicates that this is a continuation of a priorListQaScorecardRevisions
call and that the system should return the next page of data.
Returns
-
(::String) — Optional. The value returned by the last
ListQaScorecardRevisionsResponse
. This value indicates that this is a continuation of a priorListQaScorecardRevisions
call and that the system should return the next page of data.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
Returns
- (::String) — Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.