Class: Google::Cloud::ContactCenterInsights::V1::ListConversationsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#conversations::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation>

Returns The conversations that match the request.

Returns:



195
196
197
198
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 195

class ListConversationsResponse
  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 set, it means there is another page available. If it is not set, it means no other pages are available.

Returns:

  • (::String)

    A token which can be sent as page_token to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.



195
196
197
198
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 195

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