Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SubSlotSetting
-
Packages that use SubSlotSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SubSlotSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SubSlotSetting Modifier and Type Method Description SubSlotSettingCreateSlotRequest. subSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.SubSlotSettingCreateSlotResponse. subSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.SubSlotSettingDescribeSlotResponse. subSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.SubSlotSettingUpdateSlotRequest. subSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.SubSlotSettingUpdateSlotResponse. subSlotSetting()Specifications for the constituent sub slots and the expression for the composite slot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SubSlotSetting Modifier and Type Method Description CreateSlotRequest.BuilderCreateSlotRequest.Builder. subSlotSetting(SubSlotSetting subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.CreateSlotResponse.BuilderCreateSlotResponse.Builder. subSlotSetting(SubSlotSetting subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.DescribeSlotResponse.BuilderDescribeSlotResponse.Builder. subSlotSetting(SubSlotSetting subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.UpdateSlotRequest.BuilderUpdateSlotRequest.Builder. subSlotSetting(SubSlotSetting subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.UpdateSlotResponse.BuilderUpdateSlotResponse.Builder. subSlotSetting(SubSlotSetting subSlotSetting)Specifications for the constituent sub slots and the expression for the composite slot.
-