| 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 |
PostFulfillmentStatusSpecification.failureResponse()
Returns the value of the FailureResponse property for this object.
|
ResponseSpecification |
PostFulfillmentStatusSpecification.successResponse()
Returns the value of the SuccessResponse property for this object.
|
ResponseSpecification |
PostFulfillmentStatusSpecification.timeoutResponse()
Returns the value of the TimeoutResponse property for this object.
|
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. |
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureResponse(ResponseSpecification failureResponse)
Sets the value of the FailureResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successResponse(ResponseSpecification successResponse)
Sets the value of the SuccessResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutResponse(ResponseSpecification timeoutResponse)
Sets the value of the TimeoutResponse property for this object.
|
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.