Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.ElicitSubSlot.Builder
-
Packages that use ElicitSubSlot.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ElicitSubSlot.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return ElicitSubSlot.Builder Modifier and Type Method Description static ElicitSubSlot.BuilderElicitSubSlot. builder()ElicitSubSlot.BuilderElicitSubSlot.Builder. name(String name)The name of the slot that should be elicited from the user.default ElicitSubSlot.BuilderElicitSubSlot.Builder. subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)The field is not supported.ElicitSubSlot.BuilderElicitSubSlot.Builder. subSlotToElicit(ElicitSubSlot subSlotToElicit)The field is not supported.ElicitSubSlot.BuilderElicitSubSlot. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type ElicitSubSlot.Builder Modifier and Type Method Description static Class<? extends ElicitSubSlot.Builder>ElicitSubSlot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type ElicitSubSlot.Builder Modifier and Type Method Description default DialogAction.BuilderDialogAction.Builder. subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited from the user.default ElicitSubSlot.BuilderElicitSubSlot.Builder. subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)The field is not supported.
-