GoogleCloudDialogflowCxV3beta1DtmfInputArgs

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

Represents the input for dtmf event.

Constructors

fun GoogleCloudDialogflowCxV3beta1DtmfInputArgs(digits: Output<String>? = null, finishDigit: Output<String>? = null)

Functions

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

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).