PostTextResponse.Builder |
PostTextResponse.Builder.activeContexts(Collection<ActiveContext> activeContexts) |
A list of active contexts for the session.
|
PostTextResponse.Builder |
PostTextResponse.Builder.activeContexts(Consumer<ActiveContext.Builder>... activeContexts) |
A list of active contexts for the session.
|
PostTextResponse.Builder |
PostTextResponse.Builder.activeContexts(ActiveContext... activeContexts) |
A list of active contexts for the session.
|
PostTextResponse.Builder |
PostTextResponse.Builder.alternativeIntents(Collection<PredictedIntent> alternativeIntents) |
One to four alternative intents that may be applicable to the user's intent.
|
PostTextResponse.Builder |
PostTextResponse.Builder.alternativeIntents(Consumer<PredictedIntent.Builder>... alternativeIntents) |
One to four alternative intents that may be applicable to the user's intent.
|
PostTextResponse.Builder |
PostTextResponse.Builder.alternativeIntents(PredictedIntent... alternativeIntents) |
One to four alternative intents that may be applicable to the user's intent.
|
PostTextResponse.Builder |
PostTextResponse.Builder.botVersion(String botVersion) |
The version of the bot that responded to the conversation.
|
static PostTextResponse.Builder |
PostTextResponse.builder() |
|
PostTextResponse.Builder |
PostTextResponse.Builder.dialogState(String dialogState) |
Identifies the current state of the user interaction.
|
PostTextResponse.Builder |
PostTextResponse.Builder.dialogState(DialogState dialogState) |
Identifies the current state of the user interaction.
|
PostTextResponse.Builder |
PostTextResponse.Builder.intentName(String intentName) |
The current user intent that Amazon Lex is aware of.
|
PostTextResponse.Builder |
PostTextResponse.Builder.message(String message) |
The message to convey to the user.
|
PostTextResponse.Builder |
PostTextResponse.Builder.messageFormat(String messageFormat) |
The format of the response message.
|
PostTextResponse.Builder |
PostTextResponse.Builder.messageFormat(MessageFormatType messageFormat) |
The format of the response message.
|
default PostTextResponse.Builder |
PostTextResponse.Builder.nluIntentConfidence(Consumer<IntentConfidence.Builder> nluIntentConfidence) |
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches
the user's intent.
|
PostTextResponse.Builder |
PostTextResponse.Builder.nluIntentConfidence(IntentConfidence nluIntentConfidence) |
Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches
the user's intent.
|
default PostTextResponse.Builder |
PostTextResponse.Builder.responseCard(Consumer<ResponseCard.Builder> responseCard) |
Represents the options that the user has to respond to the current prompt.
|
PostTextResponse.Builder |
PostTextResponse.Builder.responseCard(ResponseCard responseCard) |
Represents the options that the user has to respond to the current prompt.
|
default PostTextResponse.Builder |
PostTextResponse.Builder.sentimentResponse(Consumer<SentimentResponse.Builder> sentimentResponse) |
The sentiment expressed in and utterance.
|
PostTextResponse.Builder |
PostTextResponse.Builder.sentimentResponse(SentimentResponse sentimentResponse) |
The sentiment expressed in and utterance.
|
PostTextResponse.Builder |
PostTextResponse.Builder.sessionAttributes(Map<String,String> sessionAttributes) |
A map of key-value pairs representing the session-specific context information.
|
PostTextResponse.Builder |
PostTextResponse.Builder.sessionId(String sessionId) |
A unique identifier for the session.
|
PostTextResponse.Builder |
PostTextResponse.Builder.slots(Map<String,String> slots) |
The intent slots that Amazon Lex detected from the user input in the conversation.
|
PostTextResponse.Builder |
PostTextResponse.Builder.slotToElicit(String slotToElicit) |
If the dialogState value is ElicitSlot, returns the name of the slot for which
Amazon Lex is eliciting a value.
|
PostTextResponse.Builder |
PostTextResponse.toBuilder() |
|