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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDeletedConversations
The list of conversations that were successfully deleted.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFailedConversations
The list of conversations that failed to be deleted.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setFailedConversations
The list of conversations that failed to be deleted.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrorMessages
Optional. A list of error messages associated with conversations that failed to be deleted.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setErrorMessages
Optional. A list of error messages associated with conversations that failed to be deleted.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|