Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.Value.Builder
-
Packages that use Value.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of Value.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return Value.Builder Modifier and Type Method Description static Value.BuilderValue. builder()Value.BuilderValue.Builder. interpretedValue(String interpretedValue)The value that Amazon Lex V2 determines for the slot, given the user input.Value.BuilderValue.Builder. originalValue(String originalValue)The part of the user's response to the slot elicitation that Amazon Lex V2 determines is relevant to the slot value.Value.BuilderValue.Builder. resolvedValues(String... resolvedValues)A list of values that Amazon Lex V2 determines are possible resolutions for the user input.Value.BuilderValue.Builder. resolvedValues(Collection<String> resolvedValues)A list of values that Amazon Lex V2 determines are possible resolutions for the user input.Value.BuilderValue. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type Value.Builder Modifier and Type Method Description static Class<? extends Value.Builder>Value. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type Value.Builder Modifier and Type Method Description default Slot.BuilderSlot.Builder. value(Consumer<Value.Builder> value)The current value of the slot.
-