Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.RuntimeHints.Builder
-
Packages that use RuntimeHints.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of RuntimeHints.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return RuntimeHints.Builder Modifier and Type Method Description static RuntimeHints.BuilderRuntimeHints. builder()RuntimeHints.BuilderRuntimeHints.Builder. slotHints(Map<String,? extends Map<String,RuntimeHintDetails>> slotHints)A list of the slots in the intent that should have runtime hints added, and the phrases that should be added for each slot.RuntimeHints.BuilderRuntimeHints. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type RuntimeHints.Builder Modifier and Type Method Description static Class<? extends RuntimeHints.Builder>RuntimeHints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type RuntimeHints.Builder Modifier and Type Method Description default InputSessionStateSpecification.BuilderInputSessionStateSpecification.Builder. runtimeHints(Consumer<RuntimeHints.Builder> runtimeHints)Runtime hints for the session state.
-