Reference documentation and code samples for the Google Cloud Ces V1 Client class BatchDeleteConversationsResponse.
Response message for AgentService.BatchDeleteConversations .
Generated from protobuf message google.cloud.ces.v1.BatchDeleteConversationsResponse
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ deleted_conversations
array
The list of conversations that were successfully deleted.
↳ failed_conversations
array
The list of conversations that failed to be deleted.
↳ error_messages
array
Optional. A list of error messages associated with conversations that failed to be deleted.
getDeletedConversations
The list of conversations that were successfully deleted.
setDeletedConversations
The list of conversations that were successfully deleted.
var
string[]
$this
getFailedConversations
The list of conversations that failed to be deleted.
setFailedConversations
The list of conversations that failed to be deleted.
var
string[]
$this
getErrorMessages
Optional. A list of error messages associated with conversations that failed to be deleted.
setErrorMessages
Optional. A list of error messages associated with conversations that failed to be deleted.
var
string[]
$this

