Google Cloud Dialogflow Cx V3beta1Dtmf Input Args
data class GoogleCloudDialogflowCxV3beta1DtmfInputArgs(val digits: Output<String>? = null, val finishDigit: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1DtmfInputArgs>
Represents the input for dtmf event.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1DtmfInputArgs(digits: Output<String>? = null, finishDigit: Output<String>? = null)