public static interface TextInputEvent.Builder extends SdkPojo, CopyableBuilder<TextInputEvent.Builder,TextInputEvent>
| Modifier and Type | Method and Description |
|---|---|
TextInputEvent.Builder |
clientTimestampMillis(Long clientTimestampMillis)
A timestamp set by the client of the date and time that the event was sent to Amazon Lex.
|
TextInputEvent.Builder |
eventId(String eventId)
A unique identifier that your application assigns to the event.
|
TextInputEvent.Builder |
text(String text)
The text from the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextInputEvent.Builder text(String text)
The text from the user. Amazon Lex processes this as a complete statement.
text - The text from the user. Amazon Lex processes this as a complete statement.TextInputEvent.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.TextInputEvent.Builder clientTimestampMillis(Long clientTimestampMillis)
A timestamp set by the client of the date and time that the event was sent to Amazon Lex.
clientTimestampMillis - A timestamp set by the client of the date and time that the event was sent to Amazon Lex.Copyright © 2021. All rights reserved.