Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SubSlotSetting.Builder
-
Packages that use SubSlotSetting.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SubSlotSetting.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SubSlotSetting.Builder Modifier and Type Method Description static SubSlotSetting.BuilderSubSlotSetting. builder()SubSlotSetting.BuilderSubSlotSetting.Builder. expression(String expression)The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.SubSlotSetting.BuilderSubSlotSetting.Builder. slotSpecifications(Map<String,Specifications> slotSpecifications)Specifications for the constituent sub slots of a composite slot.SubSlotSetting.BuilderSubSlotSetting. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SubSlotSetting.Builder Modifier and Type Method Description static Class<? extends SubSlotSetting.Builder>SubSlotSetting. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SubSlotSetting.Builder Modifier and Type Method Description default CreateSlotRequest.BuilderCreateSlotRequest.Builder. subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.default CreateSlotResponse.BuilderCreateSlotResponse.Builder. subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.default DescribeSlotResponse.BuilderDescribeSlotResponse.Builder. subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.default UpdateSlotRequest.BuilderUpdateSlotRequest.Builder. subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.default UpdateSlotResponse.BuilderUpdateSlotResponse.Builder. subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.
-