Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse.



6288
6289
6290
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6288

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


6281
6282
6283
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6281

def next_page_token
  @next_page_token
end

#qa_scorecard_revisionsArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaScorecardRevision>

The QaScorecards under the parent. Corresponds to the JSON property qaScorecardRevisions



6286
6287
6288
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6286

def qa_scorecard_revisions
  @qa_scorecard_revisions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6293
6294
6295
6296
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6293

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