CxTestCaseTestCaseConversationTurnVirtualAgentOutputTriggeredIntentArgs

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

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 intent, unique within the agent.

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

The unique identifier of the intent. Format: projects//locations//agents//intents/.

Functions

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