Reference documentation and code samples for the Google Cloud Ces V1 Client class BatchDeleteConversationsRequest.
Request message for AgentService.BatchDeleteConversations.
Generated from protobuf message google.cloud.ces.v1.BatchDeleteConversationsRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the app to delete conversations from. Format: |
↳ conversations |
array
Required. The resource names of the conversations to delete. |
getParent
Required. The resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConversations
Required. The resource names of the conversations to delete.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setConversations
Required. The resource names of the conversations to delete.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The resource name of the app to delete conversations from.
Format:
|
| Returns | |
|---|---|
| Type | Description |
BatchDeleteConversationsRequest |
|