Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SlotValue.Builder
-
Packages that use SlotValue.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotValue.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotValue.Builder Modifier and Type Method Description static SlotValue.BuilderSlotValue. builder()SlotValue.BuilderSlotValue.Builder. interpretedValue(String interpretedValue)The value that Amazon Lex determines for the slot.SlotValue.BuilderSlotValue. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotValue.Builder Modifier and Type Method Description static Class<? extends SlotValue.Builder>SlotValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotValue.Builder Modifier and Type Method Description default SlotValueOverride.BuilderSlotValueOverride.Builder. value(Consumer<SlotValue.Builder> value)The current value of the slot.
-