| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
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(DialogState dialogState)
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.dialogState(String 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.
The message field is deprecated, use the encodedMessage field instead. The message field is
available only in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR and it-IT
locales.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messageFormat(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutSessionResponse.Builder> |
PutSessionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.