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.



7136
7137
7138
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7136

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)


7129
7130
7131
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7129

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



7134
7135
7136
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7134

def qa_scorecard_revisions
  @qa_scorecard_revisions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7141
7142
7143
7144
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7141

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