GoogleCloudDialogflowCxV3EventInputArgs

data class GoogleCloudDialogflowCxV3EventInputArgs(val event: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3EventInputArgs>

Represents the event to trigger.

Constructors

Link copied to clipboard
constructor(event: Output<String>? = null)

Properties

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

Name of the event.

Functions

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