public static interface DTMFInputEvent.Builder extends SdkPojo, CopyableBuilder<DTMFInputEvent.Builder,DTMFInputEvent>
| Modifier and Type | Method and Description |
|---|---|
DTMFInputEvent.Builder |
clientTimestampMillis(Long clientTimestampMillis)
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
|
DTMFInputEvent.Builder |
eventId(String eventId)
A unique identifier that your application assigns to the event.
|
DTMFInputEvent.Builder |
inputCharacter(String inputCharacter)
The DTMF character that the user pressed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDTMFInputEvent.Builder inputCharacter(String inputCharacter)
The DTMF character that the user pressed. The allowed characters are A - D, 0 - 9, # and *.
inputCharacter - The DTMF character that the user pressed. The allowed characters are A - D, 0 - 9, # and *.DTMFInputEvent.Builder eventId(String eventId)
A unique identifier that your application assigns to the event. You can use this to identify events in logs.
eventId - A unique identifier that your application assigns to the event. You can use this to identify events in
logs.DTMFInputEvent.Builder clientTimestampMillis(Long clientTimestampMillis)
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.
clientTimestampMillis - A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.Copyright © 2022. All rights reserved.