| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime |
Amazon Lex provides both build and runtime endpoints.
|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
PostTextResult |
AmazonLexRuntimeClient.postText(PostTextRequest request)
Sends user input to Amazon Lex.
|
PostTextResult |
AbstractAmazonLexRuntime.postText(PostTextRequest request) |
PostTextResult |
AmazonLexRuntime.postText(PostTextRequest postTextRequest)
Sends user input to Amazon Lex.
|
Future<PostTextResult> |
AbstractAmazonLexRuntimeAsync.postTextAsync(PostTextRequest request) |
Future<PostTextResult> |
AmazonLexRuntimeAsyncClient.postTextAsync(PostTextRequest request) |
Future<PostTextResult> |
AmazonLexRuntimeAsync.postTextAsync(PostTextRequest postTextRequest)
Sends user input to Amazon Lex.
|
Future<PostTextResult> |
AbstractAmazonLexRuntimeAsync.postTextAsync(PostTextRequest request,
AsyncHandler<PostTextRequest,PostTextResult> asyncHandler) |
Future<PostTextResult> |
AmazonLexRuntimeAsyncClient.postTextAsync(PostTextRequest request,
AsyncHandler<PostTextRequest,PostTextResult> asyncHandler) |
Future<PostTextResult> |
AmazonLexRuntimeAsync.postTextAsync(PostTextRequest postTextRequest,
AsyncHandler<PostTextRequest,PostTextResult> asyncHandler)
Sends user input to Amazon Lex.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PostTextResult> |
AbstractAmazonLexRuntimeAsync.postTextAsync(PostTextRequest request,
AsyncHandler<PostTextRequest,PostTextResult> asyncHandler) |
Future<PostTextResult> |
AmazonLexRuntimeAsyncClient.postTextAsync(PostTextRequest request,
AsyncHandler<PostTextRequest,PostTextResult> asyncHandler) |
Future<PostTextResult> |
AmazonLexRuntimeAsync.postTextAsync(PostTextRequest postTextRequest,
AsyncHandler<PostTextRequest,PostTextResult> asyncHandler)
Sends user input to Amazon Lex.
|
| Modifier and Type | Method and Description |
|---|---|
PostTextRequest |
PostTextRequest.addRequestAttributesEntry(String key,
String value)
Add a single RequestAttributes entry
|
PostTextRequest |
PostTextRequest.addSessionAttributesEntry(String key,
String value)
Add a single SessionAttributes entry
|
PostTextRequest |
PostTextRequest.clearRequestAttributesEntries()
Removes all the entries added into RequestAttributes.
|
PostTextRequest |
PostTextRequest.clearSessionAttributesEntries()
Removes all the entries added into SessionAttributes.
|
PostTextRequest |
PostTextRequest.clone() |
PostTextRequest |
PostTextRequest.withActiveContexts(ActiveContext... activeContexts)
A list of contexts active for the request.
|
PostTextRequest |
PostTextRequest.withActiveContexts(Collection<ActiveContext> activeContexts)
A list of contexts active for the request.
|
PostTextRequest |
PostTextRequest.withBotAlias(String botAlias)
The alias of the Amazon Lex bot.
|
PostTextRequest |
PostTextRequest.withBotName(String botName)
The name of the Amazon Lex bot.
|
PostTextRequest |
PostTextRequest.withInputText(String inputText)
The text that the user entered (Amazon Lex interprets this text).
|
PostTextRequest |
PostTextRequest.withRequestAttributes(Map<String,String> requestAttributes)
Request-specific information passed between Amazon Lex and a client application.
|
PostTextRequest |
PostTextRequest.withSessionAttributes(Map<String,String> sessionAttributes)
Application-specific information passed between Amazon Lex and a client application.
|
PostTextRequest |
PostTextRequest.withUserId(String userId)
The ID of the client application user.
|
Copyright © 2024. All rights reserved.