Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.BuiltinIntentSlot
-
Packages that use BuiltinIntentSlot Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of BuiltinIntentSlot in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type BuiltinIntentSlot Modifier and Type Method Description List<BuiltinIntentSlot>GetBuiltinIntentResponse. slots()An array ofBuiltinIntentSlotobjects, one entry for each slot type in the intent.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type BuiltinIntentSlot Modifier and Type Method Description GetBuiltinIntentResponse.BuilderGetBuiltinIntentResponse.Builder. slots(BuiltinIntentSlot... slots)An array ofBuiltinIntentSlotobjects, one entry for each slot type in the intent.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type BuiltinIntentSlot Modifier and Type Method Description GetBuiltinIntentResponse.BuilderGetBuiltinIntentResponse.Builder. slots(Collection<BuiltinIntentSlot> slots)An array ofBuiltinIntentSlotobjects, one entry for each slot type in the intent.
-