| 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 |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioInputEvent
Represents a chunk of audio sent from the client application to Amazon Lex V2.
|
class |
ConfigurationEvent
The initial event sent from the application to Amazon Lex V2 to configure the conversation, including session and
request attributes and the response content type.
|
class |
DisconnectionEvent
A notification from the client that it is disconnecting from Amazon Lex V2.
|
class |
DTMFInputEvent
A DTMF character sent from the client application.
|
class |
PlaybackCompletionEvent
Event 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.
|
class |
TextInputEvent
The event sent from your client application to Amazon Lex V2 with text input from the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAudioInputEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.AudioInputEvent that represents the
StartConversationRequestEventStream$AudioInputEvent event. |
class |
DefaultConfigurationEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.ConfigurationEvent that represents the
StartConversationRequestEventStream$ConfigurationEvent event. |
class |
DefaultDisconnectionEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.DisconnectionEvent that represents the
StartConversationRequestEventStream$DisconnectionEvent event. |
class |
DefaultDTMFInputEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.DTMFInputEvent that represents the
StartConversationRequestEventStream$DTMFInputEvent event. |
class |
DefaultPlaybackCompletionEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.PlaybackCompletionEvent that
represents the StartConversationRequestEventStream$PlaybackCompletionEvent event. |
class |
DefaultTextInputEvent
A specialization of
software.amazon.awssdk.services.lexruntimev2.model.TextInputEvent that represents the
StartConversationRequestEventStream$TextInputEvent event. |
Copyright © 2023. All rights reserved.