Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.StartConversationRequestEventStream
-
Packages that use StartConversationRequestEventStream Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.software.amazon.awssdk.services.lexruntimev2.model software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream -
-
Uses of StartConversationRequestEventStream in software.amazon.awssdk.services.lexruntimev2
Method parameters in software.amazon.awssdk.services.lexruntimev2 with type arguments of type StartConversationRequestEventStream Modifier and Type Method Description default CompletableFuture<Void>LexRuntimeV2AsyncClient. startConversation(Consumer<StartConversationRequest.Builder> startConversationRequest, org.reactivestreams.Publisher<StartConversationRequestEventStream> requestStream, StartConversationResponseHandler asyncResponseHandler)Starts an HTTP/2 bidirectional event stream that enables you to send audio, text, or DTMF input in real time.default CompletableFuture<Void>LexRuntimeV2AsyncClient. startConversation(StartConversationRequest startConversationRequest, org.reactivestreams.Publisher<StartConversationRequestEventStream> requestStream, StartConversationResponseHandler asyncResponseHandler)Starts an HTTP/2 bidirectional event stream that enables you to send audio, text, or DTMF input in real time. -
Uses of StartConversationRequestEventStream in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement StartConversationRequestEventStream Modifier and Type Class Description classAudioInputEventRepresents a chunk of audio sent from the client application to Amazon Lex V2.classConfigurationEventThe initial event sent from the application to Amazon Lex V2 to configure the conversation, including session and request attributes and the response content type.classDisconnectionEventA notification from the client that it is disconnecting from Amazon Lex V2.classDTMFInputEventA DTMF character sent from the client application.classPlaybackCompletionEventEvent sent from the client application to Amazon Lex V2 to indicate that playback of audio is complete and that Amazon Lex V2 should start processing the user's input.classTextInputEventThe event sent from your client application to Amazon Lex V2 with text input from the user. -
Uses of StartConversationRequestEventStream in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream
Classes in software.amazon.awssdk.services.lexruntimev2.model.startconversationrequesteventstream that implement StartConversationRequestEventStream Modifier and Type Class Description classDefaultAudioInputEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.AudioInputEventthat represents theStartConversationRequestEventStream$AudioInputEventevent.classDefaultConfigurationEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.ConfigurationEventthat represents theStartConversationRequestEventStream$ConfigurationEventevent.classDefaultDisconnectionEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.DisconnectionEventthat represents theStartConversationRequestEventStream$DisconnectionEventevent.classDefaultDTMFInputEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.DTMFInputEventthat represents theStartConversationRequestEventStream$DTMFInputEventevent.classDefaultPlaybackCompletionEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.PlaybackCompletionEventthat represents theStartConversationRequestEventStream$PlaybackCompletionEventevent.classDefaultTextInputEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.TextInputEventthat represents theStartConversationRequestEventStream$TextInputEventevent.
-