| 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 |
|---|---|
Future<RecognizeUtteranceResult> |
AmazonLexRuntimeV2AsyncClient.recognizeUtteranceAsync(RecognizeUtteranceRequest request,
AsyncHandler<RecognizeUtteranceRequest,RecognizeUtteranceResult> asyncHandler) |
Future<RecognizeUtteranceResult> |
AbstractAmazonLexRuntimeV2Async.recognizeUtteranceAsync(RecognizeUtteranceRequest request,
AsyncHandler<RecognizeUtteranceRequest,RecognizeUtteranceResult> asyncHandler) |
Future<RecognizeUtteranceResult> |
AmazonLexRuntimeV2Async.recognizeUtteranceAsync(RecognizeUtteranceRequest recognizeUtteranceRequest,
AsyncHandler<RecognizeUtteranceRequest,RecognizeUtteranceResult> asyncHandler)
Sends user input to Amazon Lex V2.
|
| Modifier and Type | Method and Description |
|---|---|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.clone() |
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withBotAliasId(String botAliasId)
The alias identifier in use for the bot that should receive the request.
|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withBotId(String botId)
The identifier of the bot that should receive the request.
|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withInputStream(InputStream inputStream)
User input in PCM or Opus audio format or text format as described in the
requestContentType
parameter. |
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withLocaleId(String localeId)
The locale where the session is in use.
|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withRequestAttributes(String requestAttributes)
Request-specific information passed between the client application and Amazon Lex V2
|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withRequestContentType(String requestContentType)
Indicates the format for audio input or that the content is text.
|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withResponseContentType(String responseContentType)
The message that Amazon Lex V2 returns in the response can be either text or speech based on the
responseContentType value. |
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withSessionId(String sessionId)
The identifier of the session in use.
|
RecognizeUtteranceRequest |
RecognizeUtteranceRequest.withSessionState(String sessionState)
Sets the state of the session with the user.
|
Copyright © 2024. All rights reserved.