CxTestCaseLastTestResult

data class CxTestCaseLastTestResult(val conversationTurns: List<CxTestCaseLastTestResultConversationTurn>? = null, val environment: String? = null, val name: String? = null, val testResult: String? = null, val testTime: String? = null)

Constructors

Link copied to clipboard
constructor(conversationTurns: List<CxTestCaseLastTestResultConversationTurn>? = null, environment: String? = null, name: String? = null, testResult: String? = null, testTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The conversation turns uttered during the test case replay in chronological order. Structure is documented below.

Link copied to clipboard
val environment: String? = null

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

Link copied to clipboard
val name: String? = null

The unique identifier of the page. Format: projects//locations//agents//flows//pages/.

Link copied to clipboard
val testResult: String? = null

Whether the test case passed in the agent environment.

Link copied to clipboard
val testTime: String? = null

The time that the test was run. A timestamp in RFC3339 text format.