Class: Google::Cloud::ContactCenterInsights::V1::ListQaScorecardsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListQaScorecardsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to list QaScorecards.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
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.
2010 2011 2012 2013 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2010 class ListQaScorecardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
2010 2011 2012 2013 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2010 class ListQaScorecardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the scorecards.
2010 2011 2012 2013 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2010 class ListQaScorecardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |