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

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/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

↳ test_case TestCase

Required. The test case to create.

getParent

Required. The agent to create the test case for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns
Type Description
string

setParent

Required. The agent to create the test case for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getTestCase

Required. The test case to create.

Returns
Type Description
TestCase|null

hasTestCase

clearTestCase

setTestCase

Required. The test case to create.

Parameter
Name Description
var TestCase
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The agent to create the test case for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>. Please see TestCasesClient::agentName() for help formatting this field.

testCase TestCase

Required. The test case to create.

Returns
Type Description
CreateTestCaseRequest