DtmfInputEvent

A DTMF character sent from the client application. DTMF characters are typically sent from a phone keypad to represent numbers. For example, you can have Amazon Lex V2 process a credit card number input from a phone.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.

Link copied to clipboard

A unique identifier that your application assigns to the event. You can use this to identify events in logs.

Link copied to clipboard

The DTMF character that the user pressed. The allowed characters are A - D, 0 - 9, # and *.

Functions

Link copied to clipboard
inline fun copy(block: DtmfInputEvent.Builder.() -> Unit = {}): DtmfInputEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String