| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
PostContentResponse.Builder |
PostContentResponse.Builder.activeContexts(String activeContexts)
A list of active contexts for the session.
|
PostContentResponse.Builder |
PostContentResponse.Builder.alternativeIntents(String alternativeIntents)
One to four alternative intents that may be applicable to the user's intent.
|
PostContentResponse.Builder |
PostContentResponse.Builder.botVersion(String botVersion)
The version of the bot that responded to the conversation.
|
static PostContentResponse.Builder |
PostContentResponse.builder() |
PostContentResponse.Builder |
PostContentResponse.Builder.contentType(String contentType)
Content type as specified in the
Accept HTTP header in the request. |
PostContentResponse.Builder |
PostContentResponse.Builder.dialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PostContentResponse.Builder |
PostContentResponse.Builder.dialogState(String dialogState)
Identifies the current state of the user interaction.
|
PostContentResponse.Builder |
PostContentResponse.Builder.encodedInputTranscript(String encodedInputTranscript)
The text used to process the request.
|
PostContentResponse.Builder |
PostContentResponse.Builder.encodedMessage(String encodedMessage)
The message to convey to the user.
|
PostContentResponse.Builder |
PostContentResponse.Builder.inputTranscript(String inputTranscript)
Deprecated.
The inputTranscript field is deprecated, use the encodedInputTranscript field instead. The
inputTranscript 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.
|
PostContentResponse.Builder |
PostContentResponse.Builder.intentName(String intentName)
Current user intent that Amazon Lex is aware of.
|
PostContentResponse.Builder |
PostContentResponse.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.
|
PostContentResponse.Builder |
PostContentResponse.Builder.messageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PostContentResponse.Builder |
PostContentResponse.Builder.messageFormat(String messageFormat)
The format of the response message.
|
PostContentResponse.Builder |
PostContentResponse.Builder.nluIntentConfidence(String nluIntentConfidence)
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches
the user's intent.
|
PostContentResponse.Builder |
PostContentResponse.Builder.sentimentResponse(String sentimentResponse)
The sentiment expressed in an utterance.
|
PostContentResponse.Builder |
PostContentResponse.Builder.sessionAttributes(String sessionAttributes)
Map of key/value pairs representing the session-specific context information.
|
PostContentResponse.Builder |
PostContentResponse.Builder.sessionId(String sessionId)
The unique identifier for the session.
|
PostContentResponse.Builder |
PostContentResponse.Builder.slots(String slots)
Map of zero or more intent slots (name/value pairs) Amazon Lex detected from the user input during the
conversation.
|
PostContentResponse.Builder |
PostContentResponse.Builder.slotToElicit(String slotToElicit)
If the
dialogState value is ElicitSlot, returns the name of the slot for which
Amazon Lex is eliciting a value. |
PostContentResponse.Builder |
PostContentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostContentResponse.Builder> |
PostContentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.