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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to delete conversations from. Format: projects/{project}/locations/{location}/apps/{app}
↳ 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}
string
setParent
Required. The resource name of the app to delete conversations from.
Format: projects/{project}/locations/{location}/apps/{app}
var
string
$this
getConversations
Required. The resource names of the conversations to delete.
setConversations
Required. The resource names of the conversations to delete.
var
string[]
$this
static::build
parent
string
Required. The resource name of the app to delete conversations from.
Format: projects/{project}/locations/{location}/apps/{app}
Please see AgentServiceClient::appName()
for help formatting this field.

