Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class BatchDeleteTestCasesRequest.
The request message for TestCases.BatchDeleteTestCases .
Generated from protobuf message google.cloud.dialogflow.cx.v3.BatchDeleteTestCasesRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The agent to delete test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
↳ names
array
Required. Format of test case names: projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
getParent
Required. The agent to delete test cases from.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
string
setParent
Required. The agent to delete test cases from.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
var
string
$this
getNames
Required. Format of test case names: projects/<Project ID>/locations/
<Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
setNames
Required. Format of test case names: projects/<Project ID>/locations/
<Location ID>/agents/<AgentID>/testCases/<TestCase ID>
.
var
string[]
$this
static::build
parent
string
Required. The agent to delete test cases from.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
. Please see Google\Cloud\Dialogflow\Cx\V3\TestCasesClient::agentName()
for help formatting this field.