Google Cloud Dialogflow Cx V3beta1Test Case Result Response
data class GoogleCloudDialogflowCxV3beta1TestCaseResultResponse(val conversationTurns: List<GoogleCloudDialogflowCxV3beta1ConversationTurnResponse>, val environment: String, val name: String, val testResult: String, val testTime: String)
Represents a result from running a test case in an agent environment.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1TestCaseResultResponse(conversationTurns: List<GoogleCloudDialogflowCxV3beta1ConversationTurnResponse>, environment: String, name: String, testResult: String, testTime: String)