| 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 |
|---|---|
PostContentResult |
AmazonLexRuntime.postContent(PostContentRequest postContentRequest)
Sends user input (text or speech) to Amazon Lex.
|
PostContentResult |
AbstractAmazonLexRuntime.postContent(PostContentRequest request) |
PostContentResult |
AmazonLexRuntimeClient.postContent(PostContentRequest request)
Sends user input (text or speech) to Amazon Lex.
|
Future<PostContentResult> |
AbstractAmazonLexRuntimeAsync.postContentAsync(PostContentRequest request) |
Future<PostContentResult> |
AmazonLexRuntimeAsync.postContentAsync(PostContentRequest postContentRequest)
Sends user input (text or speech) to Amazon Lex.
|
Future<PostContentResult> |
AmazonLexRuntimeAsyncClient.postContentAsync(PostContentRequest request) |
Future<PostContentResult> |
AbstractAmazonLexRuntimeAsync.postContentAsync(PostContentRequest request,
AsyncHandler<PostContentRequest,PostContentResult> asyncHandler) |
Future<PostContentResult> |
AmazonLexRuntimeAsync.postContentAsync(PostContentRequest postContentRequest,
AsyncHandler<PostContentRequest,PostContentResult> asyncHandler)
Sends user input (text or speech) to Amazon Lex.
|
Future<PostContentResult> |
AmazonLexRuntimeAsyncClient.postContentAsync(PostContentRequest request,
AsyncHandler<PostContentRequest,PostContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PostContentResult> |
AbstractAmazonLexRuntimeAsync.postContentAsync(PostContentRequest request,
AsyncHandler<PostContentRequest,PostContentResult> asyncHandler) |
Future<PostContentResult> |
AmazonLexRuntimeAsync.postContentAsync(PostContentRequest postContentRequest,
AsyncHandler<PostContentRequest,PostContentResult> asyncHandler)
Sends user input (text or speech) to Amazon Lex.
|
Future<PostContentResult> |
AmazonLexRuntimeAsyncClient.postContentAsync(PostContentRequest request,
AsyncHandler<PostContentRequest,PostContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostContentRequest |
PostContentRequest.clone() |
PostContentRequest |
PostContentRequest.withAccept(String accept)
You pass this value as the
Accept HTTP header. |
PostContentRequest |
PostContentRequest.withActiveContexts(String activeContexts)
A list of contexts active for the request.
|
PostContentRequest |
PostContentRequest.withBotAlias(String botAlias)
Alias of the Amazon Lex bot.
|
PostContentRequest |
PostContentRequest.withBotName(String botName)
Name of the Amazon Lex bot.
|
PostContentRequest |
PostContentRequest.withContentType(String contentType)
You pass this value as the
Content-Type HTTP header. |
PostContentRequest |
PostContentRequest.withInputStream(InputStream inputStream)
User input in PCM or Opus audio format or text format as described in the
Content-Type HTTP header. |
PostContentRequest |
PostContentRequest.withRequestAttributes(String requestAttributes)
You pass this value as the
x-amz-lex-request-attributes HTTP header. |
PostContentRequest |
PostContentRequest.withSessionAttributes(String sessionAttributes)
You pass this value as the
x-amz-lex-session-attributes HTTP header. |
PostContentRequest |
PostContentRequest.withUserId(String userId)
The ID of the client application user.
|
Copyright © 2020. All rights reserved.