default CompletableFuture<PutSessionResponse> |
LexRuntimeAsyncClient.putSession(PutSessionRequest putSessionRequest,
Path destinationPath) |
Creates a new session or modifies an existing session with an Amazon Lex bot.
|
default <ReturnT> CompletableFuture<ReturnT> |
LexRuntimeAsyncClient.putSession(PutSessionRequest putSessionRequest,
AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer) |
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(PutSessionRequest putSessionRequest) |
Creates a new session or modifies an existing session with an Amazon Lex bot.
|