GoogleCloudDialogflowCxV3DtmfInputResponse

data class GoogleCloudDialogflowCxV3DtmfInputResponse(val digits: String, val finishDigit: String)

Represents the input for dtmf event.

Constructors

constructor(digits: String, finishDigit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dtmf digits.

Link copied to clipboard

The finish digit (if any).