GoogleCloudDialogflowCxV3IntentInputArgs

data class GoogleCloudDialogflowCxV3IntentInputArgs(val intent: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowCxV3IntentInputArgs>

Represents the intent to trigger programmatically rather than as a result of natural language processing.

Constructors

Link copied to clipboard
constructor(intent: Output<String>)

Properties

Link copied to clipboard
val intent: Output<String>

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

Functions

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