GoogleCloudDialogflowCxV3TestCaseResultResponse

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

The time that the test was run.