CxTestCaseTestCaseConversationTurnVirtualAgentOutputCurrentPageArgs

data class CxTestCaseTestCaseConversationTurnVirtualAgentOutputCurrentPageArgs(val displayName: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<CxTestCaseTestCaseConversationTurnVirtualAgentOutputCurrentPageArgs>

Constructors

constructor(displayName: Output<String>? = null, name: Output<String>? = null)

Properties

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

(Output) The human-readable name of the page, unique within the flow.

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

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

Functions

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