Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateTestCaseRequest.
The request message for TestCases.CreateTestCase.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateTestCaseRequest
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 create the test case for. Format: |
↳ test_case |
Google\Cloud\Dialogflow\Cx\V3\TestCase
Required. The test case to create. |
getParent
Required. The agent to create the test case for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The agent to create the test case for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTestCase
Required. The test case to create.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\Cx\V3\TestCase|null |
|
hasTestCase
clearTestCase
setTestCase
Required. The test case to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\TestCase
|
| Returns | |
|---|---|
| Type | Description |
$this |
|