GoogleCloudDialogflowCxV3beta1TestCaseResultArgs

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

fun GoogleCloudDialogflowCxV3beta1TestCaseResultArgs(conversationTurns: Output<List<GoogleCloudDialogflowCxV3beta1ConversationTurnArgs>>? = null, environment: Output<String>? = null, name: Output<String>? = null, testResult: Output<GoogleCloudDialogflowCxV3beta1TestCaseResultTestResult>? = null, testTime: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1TestCaseResultArgs

Properties

Link copied to clipboard

The conversation turns uttered during the test case replay in chronological order.

Link copied to clipboard
val environment: Output<String>? = null

Environment where the test was run. If not set, it indicates the draft environment.

Link copied to clipboard
val name: Output<String>? = null

The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.

Link copied to clipboard

Whether the test case passed in the agent environment.

Link copied to clipboard
val testTime: Output<String>? = null

The time that the test was run.