GetTestCaseResult

data class GetTestCaseResult(val creationTime: String, val displayName: String, val lastTestResult: GoogleCloudDialogflowCxV3TestCaseResultResponse, val name: String, val notes: String, val tags: List<String>, val testCaseConversationTurns: List<GoogleCloudDialogflowCxV3ConversationTurnResponse>, val testConfig: GoogleCloudDialogflowCxV3TestConfigResponse)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the test was created.

Link copied to clipboard

The human-readable name of the test case, unique within the agent. Limit of 200 characters.

Link copied to clipboard
Link copied to clipboard

The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.

Link copied to clipboard

Additional freeform notes about the test case. Limit of 400 characters.

Link copied to clipboard

Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.

Link copied to clipboard

The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.

Link copied to clipboard