static PutSessionResponse.Builder |
PutSessionResponse.builder() |
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.contentType(String contentType) |
The type of response.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messages(String messages) |
A list of messages that were last sent to the user.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.requestAttributes(String requestAttributes) |
A base-64-encoded gzipped field that provides request-specific information passed between the client
application and Amazon Lex V2.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.sessionId(String sessionId) |
The identifier of the session that received the data.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.sessionState(String sessionState) |
A base-64-encoded gzipped field that represents the current state of the dialog between the user and the bot.
|
PutSessionResponse.Builder |
PutSessionResponse.toBuilder() |
|