class Aws::LexRuntimeV2::Types::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.

@note When making an API call, you may pass DTMFInputEvent

data as a hash:

    {
      input_character: "DTMFRegex", # required
      event_id: "EventId",
      client_timestamp_millis: 1,
    }

@!attribute [rw] input_character

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

@!attribute [rw] event_id

A unique identifier that your application assigns to the event. You
can use this to identify events in logs.
@return [String]

@!attribute [rw] client_timestamp_millis

A timestamp set by the client of the date and time that the event
was sent to Amazon Lex V2.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/DTMFInputEvent AWS API Documentation

Constants

SENSITIVE