Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.DTMFInputEvent.Builder
-
Packages that use DTMFInputEvent.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream -
-
Uses of DTMFInputEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement DTMFInputEvent.Builder Modifier and Type Class Description protected static classDTMFInputEvent.BuilderImplMethods in software.amazon.awssdk.services.lexruntimev2.model that return DTMFInputEvent.Builder Modifier and Type Method Description static DTMFInputEvent.BuilderDTMFInputEvent. builder()DTMFInputEvent.BuilderDTMFInputEvent.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.BuilderDTMFInputEvent.BuilderImpl. clientTimestampMillis(Long clientTimestampMillis)static DTMFInputEvent.BuilderStartConversationRequestEventStream. dTMFInputEventBuilder()Create a builder for theDTMFInputEventevent type for this stream.DTMFInputEvent.BuilderDTMFInputEvent.Builder. eventId(String eventId)A unique identifier that your application assigns to the event.DTMFInputEvent.BuilderDTMFInputEvent.BuilderImpl. eventId(String eventId)DTMFInputEvent.BuilderDTMFInputEvent.Builder. inputCharacter(String inputCharacter)The DTMF character that the user pressed.DTMFInputEvent.BuilderDTMFInputEvent.BuilderImpl. inputCharacter(String inputCharacter)DTMFInputEvent.BuilderDTMFInputEvent. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type DTMFInputEvent.Builder Modifier and Type Method Description static Class<? extends DTMFInputEvent.Builder>DTMFInputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type DTMFInputEvent.Builder Modifier and Type Method Description DTMFInputEventDTMFInputEvent. copy(Consumer<? super DTMFInputEvent.Builder> modifier) -
Uses of DTMFInputEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream
Subinterfaces of DTMFInputEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream Modifier and Type Interface Description static interfaceDefaultDTMFInputEvent.Builder
-