Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
The response from a ListQaScorecardRevisions request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token, which can be sent as
page_tokento retrieve the next page. -
#qa_scorecard_revisions ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardRevision>
The QaScorecards under the parent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse.
4869 4870 4871 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4869 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
A token, which can be sent as page_token to retrieve the next page. If this
field is omitted, there are no subsequent pages.
Corresponds to the JSON property nextPageToken
4862 4863 4864 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4862 def next_page_token @next_page_token end |
#qa_scorecard_revisions ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardRevision>
The QaScorecards under the parent.
Corresponds to the JSON property qaScorecardRevisions
4867 4868 4869 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4867 def qa_scorecard_revisions @qa_scorecard_revisions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4874 4875 4876 4877 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4874 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @qa_scorecard_revisions = args[:qa_scorecard_revisions] if args.key?(:qa_scorecard_revisions) end |