| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseSpecification |
SlotCaptureSetting.captureResponse()
Returns the value of the CaptureResponse property for this object.
|
ResponseSpecification |
IntentClosingSetting.closingResponse()
The response that Amazon Lex sends to the user when the intent is complete.
|
ResponseSpecification |
IntentConfirmationSetting.confirmationResponse()
Returns the value of the ConfirmationResponse property for this object.
|
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 |
IntentConfirmationSetting.failureResponse()
Returns the value of the FailureResponse property for this object.
|
ResponseSpecification |
SlotCaptureSetting.failureResponse()
Returns the value of the FailureResponse property for this object.
|
ResponseSpecification |
PostDialogCodeHookInvocationSpecification.failureResponse()
Returns the value of the FailureResponse property for this object.
|
ResponseSpecification |
InitialResponseSetting.initialResponse()
Returns the value of the InitialResponse property for this object.
|
ResponseSpecification |
DefaultConditionalBranch.response()
Returns the value of the Response property for this object.
|
ResponseSpecification |
ConditionalBranch.response()
Returns the value of the Response property for this object.
|
ResponseSpecification |
PostFulfillmentStatusSpecification.successResponse()
Returns the value of the SuccessResponse property for this object.
|
ResponseSpecification |
PostDialogCodeHookInvocationSpecification.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 |
PostDialogCodeHookInvocationSpecification.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 |
|---|---|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureResponse(ResponseSpecification captureResponse)
Sets the value of the CaptureResponse property for this object.
|
IntentClosingSetting.Builder |
IntentClosingSetting.Builder.closingResponse(ResponseSpecification closingResponse)
The response that Amazon Lex sends to the user when the intent is complete.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationResponse(ResponseSpecification confirmationResponse)
Sets the value of the ConfirmationResponse property for this object.
|
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.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureResponse(ResponseSpecification failureResponse)
Sets the value of the FailureResponse property for this object.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureResponse(ResponseSpecification failureResponse)
Sets the value of the FailureResponse property for this object.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.failureResponse(ResponseSpecification failureResponse)
Sets the value of the FailureResponse property for this object.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.initialResponse(ResponseSpecification initialResponse)
Sets the value of the InitialResponse property for this object.
|
DefaultConditionalBranch.Builder |
DefaultConditionalBranch.Builder.response(ResponseSpecification response)
Sets the value of the Response property for this object.
|
ConditionalBranch.Builder |
ConditionalBranch.Builder.response(ResponseSpecification response)
Sets the value of the Response property for this object.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successResponse(ResponseSpecification successResponse)
Sets the value of the SuccessResponse property for this object.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.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.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.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 © 2023. All rights reserved.