default DeleteSessionResponse |
LexRuntimeClient.deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest) |
Removes session information for a specified bot, alias, and user ID.
|
default DeleteSessionResponse |
LexRuntimeClient.deleteSession(DeleteSessionRequest deleteSessionRequest) |
Removes session information for a specified bot, alias, and user ID.
|
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.
|