| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2 |
This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.
|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
PutSessionResult |
AbstractAmazonLexRuntimeV2.putSession(PutSessionRequest request) |
PutSessionResult |
AmazonLexRuntimeV2.putSession(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
PutSessionResult |
AmazonLexRuntimeV2Client.putSession(PutSessionRequest request)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutSessionResult> |
AbstractAmazonLexRuntimeV2Async.putSessionAsync(PutSessionRequest request) |
Future<PutSessionResult> |
AmazonLexRuntimeV2Async.putSessionAsync(PutSessionRequest putSessionRequest)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
Future<PutSessionResult> |
AmazonLexRuntimeV2AsyncClient.putSessionAsync(PutSessionRequest request) |
Future<PutSessionResult> |
AbstractAmazonLexRuntimeV2Async.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
Future<PutSessionResult> |
AmazonLexRuntimeV2Async.putSessionAsync(PutSessionRequest putSessionRequest,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
Future<PutSessionResult> |
AmazonLexRuntimeV2AsyncClient.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutSessionResult> |
AbstractAmazonLexRuntimeV2Async.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
Future<PutSessionResult> |
AmazonLexRuntimeV2Async.putSessionAsync(PutSessionRequest putSessionRequest,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler)
Creates a new session or modifies an existing session with an Amazon Lex V2 bot.
|
Future<PutSessionResult> |
AmazonLexRuntimeV2AsyncClient.putSessionAsync(PutSessionRequest request,
AsyncHandler<PutSessionRequest,PutSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutSessionResult |
PutSessionResult.clone() |
PutSessionResult |
PutSessionResult.withAudioStream(InputStream audioStream)
If the requested content type was audio, the audio version of the message to convey to the user.
|
PutSessionResult |
PutSessionResult.withContentType(String contentType)
The type of response.
|
PutSessionResult |
PutSessionResult.withMessages(String messages)
A list of messages that were last sent to the user.
|
PutSessionResult |
PutSessionResult.withRequestAttributes(String requestAttributes)
A base-64-encoded gzipped field that provides request-specific information passed between the client application
and Amazon Lex V2.
|
PutSessionResult |
PutSessionResult.withSessionId(String sessionId)
The identifier of the session that received the data.
|
PutSessionResult |
PutSessionResult.withSessionState(String sessionState)
A base-64-encoded gzipped field that represents the current state of the dialog between the user and the bot.
|
Copyright © 2024. All rights reserved.