Class: Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The response from a ListQaScorecardRevisions request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#qa_scorecard_revisions ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision>
The QaScorecards under the parent.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
2063 2064 2065 2066 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2063 class ListQaScorecardRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qa_scorecard_revisions ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision>
Returns The QaScorecards under the parent.
2063 2064 2065 2066 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2063 class ListQaScorecardRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |