Google Cloud Dialogflow Cx V3 Client - Class TestError (0.2.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setTestCase

The test case resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStatus

The status associated with the test.

Returns
TypeDescription
Google\Rpc\Status|null

hasStatus

clearStatus

setStatus

The status associated with the test.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this

getTestTime

The timestamp when the test was completed.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasTestTime

clearTestTime

setTestTime

The timestamp when the test was completed.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this