Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.RuntimeHintValue
-
Packages that use RuntimeHintValue Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of RuntimeHintValue in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type RuntimeHintValue Modifier and Type Method Description List<RuntimeHintValue>RuntimeHintDetails. runtimeHintValues()One or more strings that Amazon Lex should look for in the input to the bot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type RuntimeHintValue Modifier and Type Method Description RuntimeHintDetails.BuilderRuntimeHintDetails.Builder. runtimeHintValues(RuntimeHintValue... runtimeHintValues)One or more strings that Amazon Lex should look for in the input to the bot.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type RuntimeHintValue Modifier and Type Method Description RuntimeHintDetails.BuilderRuntimeHintDetails.Builder. runtimeHintValues(Collection<RuntimeHintValue> runtimeHintValues)One or more strings that Amazon Lex should look for in the input to the bot.
-