static GetSessionResponse.Builder |
GetSessionResponse.builder() |
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.interpretations(Collection<Interpretation> interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.interpretations(Consumer<Interpretation.Builder>... interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.interpretations(Interpretation... interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.messages(Collection<Message> messages) |
A list of messages that were last sent to the user.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.messages(Consumer<Message.Builder>... messages) |
A list of messages that were last sent to the user.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.messages(Message... messages) |
A list of messages that were last sent to the user.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionId(String sessionId) |
The identifier of the returned session.
|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionState(Consumer<SessionState.Builder> sessionState) |
Represents the current state of the dialog between the user and the bot.
|
GetSessionResponse.Builder |
GetSessionResponse.Builder.sessionState(SessionState sessionState) |
Represents the current state of the dialog between the user and the bot.
|
GetSessionResponse.Builder |
GetSessionResponse.toBuilder() |
|