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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The agent to delete test cases from. Format: |
↳ names |
array
Required. Format of test case names: |
getParent
Required. The agent to delete test cases from.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The agent to delete test cases from.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNames
Required. Format of test case names:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNames
Required. Format of test case names:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The agent to delete test cases from.
Format: |
Returns | |
---|---|
Type | Description |
BatchDeleteTestCasesRequest |