Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.RuntimeHintDetails
-
Packages that use RuntimeHintDetails Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of RuntimeHintDetails in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type RuntimeHintDetails Modifier and Type Method Description Map<String,Map<String,RuntimeHintDetails>>RuntimeHints. 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.Map<String,RuntimeHintDetails>RuntimeHintDetails. subSlotHints()A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added for each sub slot.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type RuntimeHintDetails Modifier and Type Method Description 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.RuntimeHintDetails.BuilderRuntimeHintDetails.Builder. subSlotHints(Map<String,RuntimeHintDetails> subSlotHints)A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added for each sub slot.
-