Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UserTurnSlotOutput
-
Packages that use UserTurnSlotOutput Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of UserTurnSlotOutput in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type UserTurnSlotOutput Modifier and Type Method Description Map<String,UserTurnSlotOutput>UserTurnIntentOutput. slots()The slots associated with the intent.Map<String,UserTurnSlotOutput>UserTurnSlotOutput. subSlots()A list of items mapping the name of the subslots to information about those subslots.List<UserTurnSlotOutput>UserTurnSlotOutput. values()Values that are output by the slot recognition.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type UserTurnSlotOutput Modifier and Type Method Description UserTurnSlotOutput.BuilderUserTurnSlotOutput.Builder. values(UserTurnSlotOutput... values)Values that are output by the slot recognition.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type UserTurnSlotOutput Modifier and Type Method Description UserTurnIntentOutput.BuilderUserTurnIntentOutput.Builder. slots(Map<String,UserTurnSlotOutput> slots)The slots associated with the intent.UserTurnSlotOutput.BuilderUserTurnSlotOutput.Builder. subSlots(Map<String,UserTurnSlotOutput> subSlots)A list of items mapping the name of the subslots to information about those subslots.UserTurnSlotOutput.BuilderUserTurnSlotOutput.Builder. values(Collection<UserTurnSlotOutput> values)Values that are output by the slot recognition.
-