Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RunTestCaseRequest.
The request message for TestCases.RunTestCase.
Generated from protobuf message google.cloud.dialogflow.cx.v3.RunTestCaseRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Format of test case name to run: |
↳ environment |
string
Optional. Environment name. If not set, draft environment is assumed. Format: |
getName
Required. Format of test case name to run:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Format of test case name to run:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironment
Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
Returns | |
---|---|
Type | Description |
string |
setEnvironment
Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |