| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotCaptureSetting.Builder |
SlotCaptureSetting.builder() |
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.captureConditional(Consumer<ConditionalSpecification.Builder> 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.
|
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.failureConditional(Consumer<ConditionalSpecification.Builder> 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlotCaptureSetting.Builder> |
SlotCaptureSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SlotValueElicitationSetting.Builder |
SlotValueElicitationSetting.Builder.slotCaptureSetting(Consumer<SlotCaptureSetting.Builder> slotCaptureSetting)
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
|
Copyright © 2022. All rights reserved.