GoogleCloudDialogflowCxV3DtmfInputArgs

data class GoogleCloudDialogflowCxV3DtmfInputArgs(val digits: Output<String>? = null, val finishDigit: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3DtmfInputArgs>

Represents the input for dtmf event.

Constructors

Link copied to clipboard
fun GoogleCloudDialogflowCxV3DtmfInputArgs(digits: Output<String>? = null, finishDigit: Output<String>? = null)

Functions

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

Properties

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

The dtmf digits.

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

The finish digit (if any).