Google Cloud Dialogflow Cx V3Test Case Result Response
data class GoogleCloudDialogflowCxV3TestCaseResultResponse(val conversationTurns: List<GoogleCloudDialogflowCxV3ConversationTurnResponse>, 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 GoogleCloudDialogflowCxV3TestCaseResultResponse(conversationTurns: List<GoogleCloudDialogflowCxV3ConversationTurnResponse>, environment: String, name: String, testResult: String, testTime: String)