Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class BatchRunTestCasesRequest.
The request message for TestCases.BatchRunTestCases.
Generated from protobuf message google.cloud.dialogflow.cx.v3.BatchRunTestCasesRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Agent name. Format: |
↳ environment |
string
Optional. If not set, draft environment is assumed. Format: |
↳ test_cases |
array
Required. Format: |
getParent
Required. Agent name. Format: projects/<Project ID>/locations/<Location
ID>/agents/ <AgentID>
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Agent name. Format: projects/<Project ID>/locations/<Location
ID>/agents/ <AgentID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironment
Optional. If not set, draft environment is assumed. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>
.
Returns | |
---|---|
Type | Description |
string |
setEnvironment
Optional. If not set, draft environment is assumed. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTestCases
Required. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/testCases/<TestCase ID>
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTestCases
Required. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/testCases/<TestCase ID>
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |