Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TestError.
Error info for running a test.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TestError
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ test_case |
string
The test case resource name. |
↳ status |
Google\Rpc\Status
The status associated with the test. |
↳ test_time |
Google\Protobuf\Timestamp
The timestamp when the test was completed. |
getTestCase
The test case resource name.
Returns | |
---|---|
Type | Description |
string |
setTestCase
The test case resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
The status associated with the test.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
The status associated with the test.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |
getTestTime
The timestamp when the test was completed.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasTestTime
clearTestTime
setTestTime
The timestamp when the test was completed.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |