| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotCaptureSetting |
SlotCaptureSetting.clone() |
SlotCaptureSetting |
SlotValueElicitationSetting.getSlotCaptureSetting()
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
|
SlotCaptureSetting |
SlotCaptureSetting.withCaptureConditional(ConditionalSpecification captureConditional)
A list of conditional branches to evaluate after the slot value is captured.
|
SlotCaptureSetting |
SlotCaptureSetting.withCaptureNextStep(DialogState captureNextStep)
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
SlotCaptureSetting |
SlotCaptureSetting.withCaptureResponse(ResponseSpecification captureResponse) |
SlotCaptureSetting |
SlotCaptureSetting.withCodeHook(DialogCodeHookInvocationSetting codeHook)
Code hook called after Amazon Lex successfully captures a slot value.
|
SlotCaptureSetting |
SlotCaptureSetting.withElicitationCodeHook(ElicitationCodeHookInvocationSetting elicitationCodeHook)
Code hook called when Amazon Lex doesn't capture a slot value.
|
SlotCaptureSetting |
SlotCaptureSetting.withFailureConditional(ConditionalSpecification failureConditional)
A list of conditional branches to evaluate when the slot value isn't captured.
|
SlotCaptureSetting |
SlotCaptureSetting.withFailureNextStep(DialogState failureNextStep)
Specifies the next step that the bot runs when the slot value code is not recognized.
|
SlotCaptureSetting |
SlotCaptureSetting.withFailureResponse(ResponseSpecification failureResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
SlotValueElicitationSetting.setSlotCaptureSetting(SlotCaptureSetting slotCaptureSetting)
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSlotCaptureSetting(SlotCaptureSetting slotCaptureSetting)
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
|
Copyright © 2025. All rights reserved.