default DeleteSessionResponse |
LexRuntimeV2Client.deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest) |
Removes session information for a specified bot, alias, and user ID.
|
default DeleteSessionResponse |
LexRuntimeV2Client.deleteSession(DeleteSessionRequest deleteSessionRequest) |
Removes session information for a specified bot, alias, and user ID.
|
default GetSessionResponse |
LexRuntimeV2Client.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest) |
Returns session information for a specified bot, alias, and user.
|
default GetSessionResponse |
LexRuntimeV2Client.getSession(GetSessionRequest getSessionRequest) |
Returns session information for a specified bot, alias, and user.
|
default ResponseInputStream<PutSessionResponse> |
LexRuntimeV2Client.putSession(Consumer<PutSessionRequest.Builder> putSessionRequest) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default PutSessionResponse |
LexRuntimeV2Client.putSession(Consumer<PutSessionRequest.Builder> putSessionRequest,
Path destinationPath) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default <ReturnT> ReturnT |
LexRuntimeV2Client.putSession(Consumer<PutSessionRequest.Builder> putSessionRequest,
ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default ResponseInputStream<PutSessionResponse> |
LexRuntimeV2Client.putSession(PutSessionRequest putSessionRequest) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default PutSessionResponse |
LexRuntimeV2Client.putSession(PutSessionRequest putSessionRequest,
Path destinationPath) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default <ReturnT> ReturnT |
LexRuntimeV2Client.putSession(PutSessionRequest putSessionRequest,
ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default ResponseBytes<PutSessionResponse> |
LexRuntimeV2Client.putSessionAsBytes(Consumer<PutSessionRequest.Builder> putSessionRequest) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default ResponseBytes<PutSessionResponse> |
LexRuntimeV2Client.putSessionAsBytes(PutSessionRequest putSessionRequest) |
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
default RecognizeTextResponse |
LexRuntimeV2Client.recognizeText(Consumer<RecognizeTextRequest.Builder> recognizeTextRequest) |
Sends user input to Amazon Lex V2.
|
default RecognizeTextResponse |
LexRuntimeV2Client.recognizeText(RecognizeTextRequest recognizeTextRequest) |
Sends user input to Amazon Lex V2.
|
default RecognizeUtteranceResponse |
LexRuntimeV2Client.recognizeUtterance(Consumer<RecognizeUtteranceRequest.Builder> recognizeUtteranceRequest,
Path sourcePath,
Path destinationPath) |
Sends user input to Amazon Lex V2.
|
default <ReturnT> ReturnT |
LexRuntimeV2Client.recognizeUtterance(Consumer<RecognizeUtteranceRequest.Builder> recognizeUtteranceRequest,
RequestBody requestBody,
ResponseTransformer<RecognizeUtteranceResponse,ReturnT> responseTransformer) |
Sends user input to Amazon Lex V2.
|
default RecognizeUtteranceResponse |
LexRuntimeV2Client.recognizeUtterance(RecognizeUtteranceRequest recognizeUtteranceRequest,
Path sourcePath,
Path destinationPath) |
Sends user input to Amazon Lex V2.
|
default <ReturnT> ReturnT |
LexRuntimeV2Client.recognizeUtterance(RecognizeUtteranceRequest recognizeUtteranceRequest,
RequestBody requestBody,
ResponseTransformer<RecognizeUtteranceResponse,ReturnT> responseTransformer) |
Sends user input to Amazon Lex V2.
|