Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SlotDefaultValue.Builder
-
Packages that use SlotDefaultValue.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotDefaultValue.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotDefaultValue.Builder Modifier and Type Method Description static SlotDefaultValue.BuilderSlotDefaultValue. builder()SlotDefaultValue.BuilderSlotDefaultValue.Builder. defaultValue(String defaultValue)The default value to use when a user doesn't provide a value for a slot.SlotDefaultValue.BuilderSlotDefaultValue. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotDefaultValue.Builder Modifier and Type Method Description static Class<? extends SlotDefaultValue.Builder>SlotDefaultValue. serializableBuilderClass()
-