Google Cloud Dialogflow Cx V3Dtmf Input Args
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)