CxTestCaseTestCaseConversationTurnVirtualAgentOutputTriggeredIntent

data class CxTestCaseTestCaseConversationTurnVirtualAgentOutputTriggeredIntent(val displayName: String? = null, val name: String? = null)

Constructors

constructor(displayName: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

(Output) The human-readable name of the intent, unique within the agent.

Link copied to clipboard
val name: String? = null

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