static SlotCaptureSetting.Builder |
SlotCaptureSetting.builder() |
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureConditional(Consumer<ConditionalSpecification.Builder> captureConditional) |
A list of conditional branches to evaluate after the slot value is captured.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureConditional(ConditionalSpecification captureConditional) |
A list of conditional branches to evaluate after the slot value is captured.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureNextStep(Consumer<DialogState.Builder> captureNextStep) |
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureNextStep(DialogState captureNextStep) |
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureResponse(Consumer<ResponseSpecification.Builder> captureResponse) |
Sets the value of the CaptureResponse property for this object.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureResponse(ResponseSpecification captureResponse) |
Sets the value of the CaptureResponse property for this object.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.codeHook(Consumer<DialogCodeHookInvocationSetting.Builder> codeHook) |
Code hook called after Amazon Lex successfully captures a slot value.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.codeHook(DialogCodeHookInvocationSetting codeHook) |
Code hook called after Amazon Lex successfully captures a slot value.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.elicitationCodeHook(Consumer<ElicitationCodeHookInvocationSetting.Builder> elicitationCodeHook) |
Code hook called when Amazon Lex doesn't capture a slot value.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.elicitationCodeHook(ElicitationCodeHookInvocationSetting elicitationCodeHook) |
Code hook called when Amazon Lex doesn't capture a slot value.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureConditional(Consumer<ConditionalSpecification.Builder> failureConditional) |
A list of conditional branches to evaluate when the slot value isn't captured.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureConditional(ConditionalSpecification failureConditional) |
A list of conditional branches to evaluate when the slot value isn't captured.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep) |
Specifies the next step that the bot runs when the slot value code is not recognized.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureNextStep(DialogState failureNextStep) |
Specifies the next step that the bot runs when the slot value code is not recognized.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureResponse(Consumer<ResponseSpecification.Builder> 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.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.toBuilder() |
|