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.



4913
4914
4915
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4913

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)


4906
4907
4908
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4906

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



4911
4912
4913
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4911

def qa_scorecard_revisions
  @qa_scorecard_revisions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4918
4919
4920
4921
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4918

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