| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseSpecification |
ResponseSpecification.clone() |
ResponseSpecification |
SlotCaptureSetting.getCaptureResponse() |
ResponseSpecification |
IntentClosingSetting.getClosingResponse()
The response that Amazon Lex sends to the user when the intent is complete.
|
ResponseSpecification |
IntentConfirmationSetting.getConfirmationResponse() |
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 |
PostDialogCodeHookInvocationSpecification.getFailureResponse() |
ResponseSpecification |
SlotCaptureSetting.getFailureResponse() |
ResponseSpecification |
PostFulfillmentStatusSpecification.getFailureResponse() |
ResponseSpecification |
IntentConfirmationSetting.getFailureResponse() |
ResponseSpecification |
InitialResponseSetting.getInitialResponse() |
ResponseSpecification |
DefaultConditionalBranch.getResponse() |
ResponseSpecification |
ConditionalBranch.getResponse() |
ResponseSpecification |
PostDialogCodeHookInvocationSpecification.getSuccessResponse() |
ResponseSpecification |
PostFulfillmentStatusSpecification.getSuccessResponse() |
ResponseSpecification |
PostDialogCodeHookInvocationSpecification.getTimeoutResponse() |
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 |
SlotCaptureSetting.setCaptureResponse(ResponseSpecification captureResponse) |
void |
IntentClosingSetting.setClosingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
void |
IntentConfirmationSetting.setConfirmationResponse(ResponseSpecification confirmationResponse) |
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 |
PostDialogCodeHookInvocationSpecification.setFailureResponse(ResponseSpecification failureResponse) |
void |
SlotCaptureSetting.setFailureResponse(ResponseSpecification failureResponse) |
void |
PostFulfillmentStatusSpecification.setFailureResponse(ResponseSpecification failureResponse) |
void |
IntentConfirmationSetting.setFailureResponse(ResponseSpecification failureResponse) |
void |
InitialResponseSetting.setInitialResponse(ResponseSpecification initialResponse) |
void |
DefaultConditionalBranch.setResponse(ResponseSpecification response) |
void |
ConditionalBranch.setResponse(ResponseSpecification response) |
void |
PostDialogCodeHookInvocationSpecification.setSuccessResponse(ResponseSpecification successResponse) |
void |
PostFulfillmentStatusSpecification.setSuccessResponse(ResponseSpecification successResponse) |
void |
PostDialogCodeHookInvocationSpecification.setTimeoutResponse(ResponseSpecification timeoutResponse) |
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.
|
SlotCaptureSetting |
SlotCaptureSetting.withCaptureResponse(ResponseSpecification captureResponse) |
IntentClosingSetting |
IntentClosingSetting.withClosingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withConfirmationResponse(ResponseSpecification confirmationResponse) |
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. |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withFailureResponse(ResponseSpecification failureResponse) |
SlotCaptureSetting |
SlotCaptureSetting.withFailureResponse(ResponseSpecification failureResponse) |
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withFailureResponse(ResponseSpecification failureResponse) |
IntentConfirmationSetting |
IntentConfirmationSetting.withFailureResponse(ResponseSpecification failureResponse) |
InitialResponseSetting |
InitialResponseSetting.withInitialResponse(ResponseSpecification initialResponse) |
DefaultConditionalBranch |
DefaultConditionalBranch.withResponse(ResponseSpecification response) |
ConditionalBranch |
ConditionalBranch.withResponse(ResponseSpecification response) |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withSuccessResponse(ResponseSpecification successResponse) |
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withSuccessResponse(ResponseSpecification successResponse) |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withTimeoutResponse(ResponseSpecification timeoutResponse) |
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 © 2023. All rights reserved.