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