Reference documentation and code samples for the Google Cloud Ces V1 Client class ListConversationsResponse.
Response message for AgentService.ListConversations .
Generated from protobuf message google.cloud.ces.v1.ListConversationsResponse
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ conversations
↳ next_page_token
string
A token that can be sent as ListConversationsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
getConversations
The list of conversations.
setConversations
The list of conversations.
$this
getNextPageToken
A token that can be sent as ListConversationsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string
setNextPageToken
A token that can be sent as ListConversationsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
var
string
$this

