Interface protos.google.cloud.dialogflow.cx.v3.ITestCase (4.6.0)

Properties of a TestCase.

Package

@google-cloud/dialogflow-cx

Properties

creationTime

creationTime?: (google.protobuf.ITimestamp|null);

TestCase creationTime

displayName

displayName?: (string|null);

TestCase displayName

lastTestResult

lastTestResult?: (google.cloud.dialogflow.cx.v3.ITestCaseResult|null);

TestCase lastTestResult

name

name?: (string|null);

TestCase name

notes

notes?: (string|null);

TestCase notes

tags

tags?: (string[]|null);

TestCase tags

testCaseConversationTurns

testCaseConversationTurns?: (google.cloud.dialogflow.cx.v3.IConversationTurn[]|null);

TestCase testCaseConversationTurns

testConfig

testConfig?: (google.cloud.dialogflow.cx.v3.ITestConfig|null);

TestCase testConfig