protected static class TextInputEvent.BuilderImpl extends Object implements TextInputEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(TextInputEvent model) |
| Modifier and Type | Method and Description |
|---|---|
TextInputEvent |
build() |
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.
|
Long |
getClientTimestampMillis() |
String |
getEventId() |
String |
getText() |
List<SdkField<?>> |
sdkFields() |
void |
setClientTimestampMillis(Long clientTimestampMillis) |
void |
setEventId(String eventId) |
void |
setText(String text) |
TextInputEvent.Builder |
text(String text)
The text from the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(TextInputEvent model)
public final String getText()
public final TextInputEvent.Builder text(String text)
TextInputEvent.BuilderThe text from the user. Amazon Lex processes this as a complete statement.
text in interface TextInputEvent.Buildertext - The text from the user. Amazon Lex processes this as a complete statement.public final void setText(String text)
public final String getEventId()
public final TextInputEvent.Builder eventId(String eventId)
TextInputEvent.BuilderA unique identifier that your application assigns to the event. You can use this to identify events in logs.
eventId in interface TextInputEvent.BuildereventId - A unique identifier that your application assigns to the event. You can use this to identify events in
logs.public final void setEventId(String eventId)
public final Long getClientTimestampMillis()
public final TextInputEvent.Builder clientTimestampMillis(Long clientTimestampMillis)
TextInputEvent.BuilderA timestamp set by the client of the date and time that the event was sent to Amazon Lex.
clientTimestampMillis in interface TextInputEvent.BuilderclientTimestampMillis - A timestamp set by the client of the date and time that the event was sent to Amazon Lex.public final void setClientTimestampMillis(Long clientTimestampMillis)
public TextInputEvent build()
build in interface Buildablebuild in interface SdkBuilder<TextInputEvent.Builder,TextInputEvent>Copyright © 2021. All rights reserved.