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
fun GetTestCaseResult(creationTime: String, displayName: String, lastTestResult: GoogleCloudDialogflowCxV3TestCaseResultResponse, name: String, notes: String, tags: List<String>, testCaseConversationTurns: List<GoogleCloudDialogflowCxV3ConversationTurnResponse>, testConfig: GoogleCloudDialogflowCxV3TestConfigResponse)