Get Test Case Result
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
constructor(creationTime: String, displayName: String, lastTestResult: GoogleCloudDialogflowCxV3TestCaseResultResponse, name: String, notes: String, tags: List<String>, testCaseConversationTurns: List<GoogleCloudDialogflowCxV3ConversationTurnResponse>, testConfig: GoogleCloudDialogflowCxV3TestConfigResponse)
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
The latest test result.
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
Config for the test case.