Google Cloud Dialogflow Cx V3beta1Test Case Result Args
data class GoogleCloudDialogflowCxV3beta1TestCaseResultArgs(val conversationTurns: Output<List<GoogleCloudDialogflowCxV3beta1ConversationTurnArgs>>? = null, val environment: Output<String>? = null, val name: Output<String>? = null, val testResult: Output<GoogleCloudDialogflowCxV3beta1TestCaseResultTestResult>? = null, val testTime: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1TestCaseResultArgs>
Represents a result from running a test case in an agent environment.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1TestCaseResultArgs(conversationTurns: Output<List<GoogleCloudDialogflowCxV3beta1ConversationTurnArgs>>? = null, environment: Output<String>? = null, name: Output<String>? = null, testResult: Output<GoogleCloudDialogflowCxV3beta1TestCaseResultTestResult>? = null, testTime: Output<String>? = null)