Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.TextInputEvent.Builder
-
Packages that use TextInputEvent.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream -
-
Uses of TextInputEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement TextInputEvent.Builder Modifier and Type Class Description protected static classTextInputEvent.BuilderImplMethods in software.amazon.awssdk.services.lexruntimev2.model that return TextInputEvent.Builder Modifier and Type Method Description static TextInputEvent.BuilderTextInputEvent. builder()TextInputEvent.BuilderTextInputEvent.Builder. clientTimestampMillis(Long clientTimestampMillis)A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.TextInputEvent.BuilderTextInputEvent.BuilderImpl. clientTimestampMillis(Long clientTimestampMillis)TextInputEvent.BuilderTextInputEvent.Builder. eventId(String eventId)A unique identifier that your application assigns to the event.TextInputEvent.BuilderTextInputEvent.BuilderImpl. eventId(String eventId)TextInputEvent.BuilderTextInputEvent.Builder. text(String text)The text from the user.TextInputEvent.BuilderTextInputEvent.BuilderImpl. text(String text)static TextInputEvent.BuilderStartConversationRequestEventStream. textInputEventBuilder()Create a builder for theTextInputEventevent type for this stream.TextInputEvent.BuilderTextInputEvent. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type TextInputEvent.Builder Modifier and Type Method Description static Class<? extends TextInputEvent.Builder>TextInputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type TextInputEvent.Builder Modifier and Type Method Description TextInputEventTextInputEvent. copy(Consumer<? super TextInputEvent.Builder> modifier) -
Uses of TextInputEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream
Subinterfaces of TextInputEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream Modifier and Type Interface Description static interfaceDefaultTextInputEvent.Builder
-