Class: Google::Cloud::ContactCenterInsights::V1::ListConversationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListConversationsResponse
- 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
-
#conversations ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation>
The conversations that match the request.
-
#next_page_token ⇒ ::String
A token which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#conversations ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::Conversation>
Returns The conversations that match the request.
262 263 264 265 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 262 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.
262 263 264 265 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 262 class ListConversationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |