| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseSpecification |
ResponseSpecification.clone() |
ResponseSpecification |
IntentClosingSetting.getClosingResponse()
The response that Amazon Lex sends to the user when the intent is complete.
|
ResponseSpecification |
WaitAndContinueSpecification.getContinueResponse()
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
ResponseSpecification |
IntentConfirmationSetting.getDeclinationResponse()
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.getFailureResponse() |
ResponseSpecification |
PostFulfillmentStatusSpecification.getSuccessResponse() |
ResponseSpecification |
PostFulfillmentStatusSpecification.getTimeoutResponse() |
ResponseSpecification |
WaitAndContinueSpecification.getWaitingResponse()
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
ResponseSpecification |
ResponseSpecification.withAllowInterrupt(Boolean allowInterrupt)
Indicates whether the user can interrupt a speech response from Amazon Lex.
|
ResponseSpecification |
ResponseSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
ResponseSpecification |
ResponseSpecification.withMessageGroups(MessageGroup... messageGroups)
A collection of responses that Amazon Lex can send to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentClosingSetting.setClosingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
void |
WaitAndContinueSpecification.setContinueResponse(ResponseSpecification continueResponse)
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
void |
IntentConfirmationSetting.setDeclinationResponse(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. |
void |
PostFulfillmentStatusSpecification.setFailureResponse(ResponseSpecification failureResponse) |
void |
PostFulfillmentStatusSpecification.setSuccessResponse(ResponseSpecification successResponse) |
void |
PostFulfillmentStatusSpecification.setTimeoutResponse(ResponseSpecification timeoutResponse) |
void |
WaitAndContinueSpecification.setWaitingResponse(ResponseSpecification waitingResponse)
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
IntentClosingSetting |
IntentClosingSetting.withClosingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
WaitAndContinueSpecification |
WaitAndContinueSpecification.withContinueResponse(ResponseSpecification continueResponse)
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withDeclinationResponse(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 |
PostFulfillmentStatusSpecification.withFailureResponse(ResponseSpecification failureResponse) |
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withSuccessResponse(ResponseSpecification successResponse) |
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withTimeoutResponse(ResponseSpecification timeoutResponse) |
WaitAndContinueSpecification |
WaitAndContinueSpecification.withWaitingResponse(ResponseSpecification waitingResponse)
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
Copyright © 2022. All rights reserved.