GoogleCloudDialogflowCxV3TestCaseResultArgs

data class GoogleCloudDialogflowCxV3TestCaseResultArgs(val conversationTurns: Output<List<GoogleCloudDialogflowCxV3ConversationTurnArgs>>? = null, val environment: Output<String>? = null, val name: Output<String>? = null, val testResult: Output<GoogleCloudDialogflowCxV3TestCaseResultTestResult>? = null, val testTime: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3TestCaseResultArgs>

Represents a result from running a test case in an agent environment.

Constructors

fun GoogleCloudDialogflowCxV3TestCaseResultArgs(conversationTurns: Output<List<GoogleCloudDialogflowCxV3ConversationTurnArgs>>? = null, environment: Output<String>? = null, name: Output<String>? = null, testResult: Output<GoogleCloudDialogflowCxV3TestCaseResultTestResult>? = null, testTime: Output<String>? = null)

Functions

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

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.