| 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 |
| 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 | Method and Description |
|---|---|
StartConversationResponseHandler |
StartConversationResponseHandler.Builder.build() |
Copyright © 2023. All rights reserved.