Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAssessmentsResponse

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 of listing assessments.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListAssessmentsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1ListAssessmentsResponse.



7397
7398
7399
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7397

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

Instance Attribute Details

#assessmentsArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Assessment>

The assessments that match the request. Corresponds to the JSON property assessments



7389
7390
7391
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7389

def assessments
  @assessments
end

#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)


7395
7396
7397
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7395

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7402
7403
7404
7405
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7402

def update!(**args)
  @assessments = args[:assessments] if args.key?(:assessments)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end