Class: Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to list QaScorecardRevisions
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.
2050 2051 2052 2053 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050 class ListQaScorecardRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
2050 2051 2052 2053 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050 class ListQaScorecardRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
2050 2051 2052 2053 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050 class ListQaScorecardRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.
2050 2051 2052 2053 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050 class ListQaScorecardRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |