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

Properties of a TestCase.

Package

@google-cloud/dialogflow-cx!

Properties

creationTime

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

TestCase creationTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

displayName

displayName?: (string|null);

TestCase displayName

Property Value
TypeDescription
(string|null)

lastTestResult

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

TestCase lastTestResult

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ITestCaseResult|null)

name

name?: (string|null);

TestCase name

Property Value
TypeDescription
(string|null)

notes

notes?: (string|null);

TestCase notes

Property Value
TypeDescription
(string|null)

tags

tags?: (string[]|null);

TestCase tags

Property Value
TypeDescription
(string[]|null)

testCaseConversationTurns

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

TestCase testCaseConversationTurns

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.IConversationTurn[]|null)

testConfig

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

TestCase testConfig

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ITestConfig|null)