| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime |
Amazon Lex provides both build and runtime endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
default PostContentResponse |
LexRuntimeClient.postContent(Consumer<PostContentRequest.Builder> postContentRequest,
Path sourcePath,
Path destinationPath)
Sends user input (text or speech) to Amazon Lex.
|
default <ReturnT> ReturnT |
LexRuntimeClient.postContent(Consumer<PostContentRequest.Builder> postContentRequest,
RequestBody requestBody,
ResponseTransformer<PostContentResponse,ReturnT> responseTransformer)
Sends user input (text or speech) to Amazon Lex.
|
default PostContentResponse |
LexRuntimeClient.postContent(PostContentRequest postContentRequest,
Path sourcePath,
Path destinationPath)
Sends user input (text or speech) to Amazon Lex.
|
default <ReturnT> ReturnT |
LexRuntimeClient.postContent(PostContentRequest postContentRequest,
RequestBody requestBody,
ResponseTransformer<PostContentResponse,ReturnT> responseTransformer)
Sends user input (text or speech) to Amazon Lex.
|
default PostTextResponse |
LexRuntimeClient.postText(Consumer<PostTextRequest.Builder> postTextRequest)
Sends user input to Amazon Lex.
|
default PostTextResponse |
LexRuntimeClient.postText(PostTextRequest postTextRequest)
Sends user input to Amazon Lex.
|
default ResponseInputStream<PutSessionResponse> |
LexRuntimeClient.putSession(Consumer<PutSessionRequest.Builder> putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default PutSessionResponse |
LexRuntimeClient.putSession(Consumer<PutSessionRequest.Builder> putSessionRequest,
Path destinationPath)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default <ReturnT> ReturnT |
LexRuntimeClient.putSession(Consumer<PutSessionRequest.Builder> putSessionRequest,
ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default ResponseInputStream<PutSessionResponse> |
LexRuntimeClient.putSession(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default PutSessionResponse |
LexRuntimeClient.putSession(PutSessionRequest putSessionRequest,
Path destinationPath)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default <ReturnT> ReturnT |
LexRuntimeClient.putSession(PutSessionRequest putSessionRequest,
ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default ResponseBytes<PutSessionResponse> |
LexRuntimeClient.putSessionAsBytes(Consumer<PutSessionRequest.Builder> putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default ResponseBytes<PutSessionResponse> |
LexRuntimeClient.putSessionAsBytes(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
Copyright © 2023. All rights reserved.