| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseSpecification |
IntentClosingSetting.closingResponse()
The response that Amazon Lex sends to the user when the intent is complete.
|
ResponseSpecification |
WaitAndContinueSpecification.continueResponse()
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
ResponseSpecification |
IntentConfirmationSetting.declinationResponse()
When the user answers "no" to the question defined in
promptSpecification, Amazon Lex responds with
this response to acknowledge that the intent was canceled. |
ResponseSpecification |
WaitAndContinueSpecification.waitingResponse()
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
| Modifier and Type | Method and Description |
|---|---|
IntentClosingSetting.Builder |
IntentClosingSetting.Builder.closingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.continueResponse(ResponseSpecification continueResponse)
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationResponse(ResponseSpecification declinationResponse)
When the user answers "no" to the question defined in
promptSpecification, Amazon Lex responds
with this response to acknowledge that the intent was canceled. |
WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.waitingResponse(ResponseSpecification waitingResponse)
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
Copyright © 2021. All rights reserved.