Class: Google::Cloud::ContactCenterInsights::V1::ListAnalysesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The response to list analyses.

Instance Attribute Summary collapse

Instance Attribute Details

#analyses::Array<::Google::Cloud::ContactCenterInsights::V1::Analysis>

Returns The analyses that match the request.

Returns:



296
297
298
299
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 296

class ListAnalysesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::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.



296
297
298
299
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 296

class ListAnalysesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end