Google Cloud Dialogflow Cx V3 Client - Class CreateTestCaseRequest (0.3.4)

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

Methods

__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: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

↳ 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

static::build

Parameters
Name Description
parent string

Required. The agent to create the test case for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. Please see Google\Cloud\Dialogflow\Cx\V3\TestCasesClient::agentName() for help formatting this field.

testCase Google\Cloud\Dialogflow\Cx\V3\TestCase

Required. The test case to create.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\CreateTestCaseRequest