PutSessionResponse.Builder |
PutSessionResponse.Builder.activeContexts(String activeContexts) |
A list of active contexts for the session.
|
static PutSessionResponse.Builder |
PutSessionResponse.builder() |
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.contentType(String contentType) |
Content type as specified in the Accept HTTP header in the request.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.dialogState(String dialogState) |
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.dialogState(DialogState dialogState) |
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.encodedMessage(String encodedMessage) |
The next message that should be presented to the user.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.intentName(String intentName) |
The name of the current intent.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.message(String message) |
Deprecated.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messageFormat(String messageFormat) |
The format of the response message.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messageFormat(MessageFormatType messageFormat) |
The format of the response message.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.sessionAttributes(String sessionAttributes) |
Map of key/value pairs representing session-specific context information.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.sessionId(String sessionId) |
A unique identifier for the session.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.slots(String slots) |
Map of zero or more intent slots Amazon Lex detected from the user input during the conversation.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.slotToElicit(String slotToElicit) |
If the dialogState is ElicitSlot, returns the name of the slot for which Amazon Lex
is eliciting a value.
|
PutSessionResponse.Builder |
PutSessionResponse.toBuilder() |
|