static RecognizeTextResponse.Builder |
RecognizeTextResponse.builder() |
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.interpretations(Collection<Interpretation> interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.interpretations(Consumer<Interpretation.Builder>... interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.interpretations(Interpretation... interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.messages(Collection<Message> messages) |
A list of messages last sent to the user.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.messages(Consumer<Message.Builder>... messages) |
A list of messages last sent to the user.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.messages(Message... messages) |
A list of messages last sent to the user.
|
default RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.recognizedBotMember(Consumer<RecognizedBotMember.Builder> recognizedBotMember) |
The bot member that recognized the text.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.recognizedBotMember(RecognizedBotMember recognizedBotMember) |
The bot member that recognized the text.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.requestAttributes(Map<String,String> requestAttributes) |
The attributes sent in the request.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.sessionId(String sessionId) |
The identifier of the session in use.
|
default RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.sessionState(Consumer<SessionState.Builder> sessionState) |
Represents the current state of the dialog between the user and the bot.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.Builder.sessionState(SessionState sessionState) |
Represents the current state of the dialog between the user and the bot.
|
RecognizeTextResponse.Builder |
RecognizeTextResponse.toBuilder() |
|