| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
RecognizedBotMember |
RecognizedBotMember.clone() |
RecognizedBotMember |
RecognizeTextResult.getRecognizedBotMember()
The bot member that recognized the text.
|
RecognizedBotMember |
RecognizedBotMember.withBotId(String botId)
The identifier of the bot member that processes the request.
|
RecognizedBotMember |
RecognizedBotMember.withBotName(String botName)
The name of the bot member that processes the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeTextResult.setRecognizedBotMember(RecognizedBotMember recognizedBotMember)
The bot member that recognized the text.
|
RecognizeTextResult |
RecognizeTextResult.withRecognizedBotMember(RecognizedBotMember recognizedBotMember)
The bot member that recognized the text.
|
Copyright © 2025. All rights reserved.