Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.ElicitSubSlot
-
Packages that use ElicitSubSlot Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ElicitSubSlot in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return ElicitSubSlot Modifier and Type Method Description ElicitSubSlotDialogAction. subSlotToElicit()The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited from the user.ElicitSubSlotElicitSubSlot. subSlotToElicit()The field is not supported.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type ElicitSubSlot Modifier and Type Method Description DialogAction.BuilderDialogAction.Builder. subSlotToElicit(ElicitSubSlot subSlotToElicit)The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited from the user.ElicitSubSlot.BuilderElicitSubSlot.Builder. subSlotToElicit(ElicitSubSlot subSlotToElicit)The field is not supported.
-