Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Slot
-
Packages that use Slot Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Slot in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Slot Modifier and Type Method Description List<Slot>CreateIntentVersionResponse. slots()An array of slot types that defines the information required to fulfill the intent.List<Slot>GetIntentResponse. slots()An array of intent slots configured for the intent.List<Slot>PutIntentRequest. slots()An array of intent slots.List<Slot>PutIntentResponse. slots()An array of intent slots that are configured for the intent.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Slot Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. slots(Slot... slots)An array of slot types that defines the information required to fulfill the intent.GetIntentResponse.BuilderGetIntentResponse.Builder. slots(Slot... slots)An array of intent slots configured for the intent.PutIntentRequest.BuilderPutIntentRequest.Builder. slots(Slot... slots)An array of intent slots.PutIntentResponse.BuilderPutIntentResponse.Builder. slots(Slot... slots)An array of intent slots that are configured for the intent.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type Slot Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. slots(Collection<Slot> slots)An array of slot types that defines the information required to fulfill the intent.GetIntentResponse.BuilderGetIntentResponse.Builder. slots(Collection<Slot> slots)An array of intent slots configured for the intent.PutIntentRequest.BuilderPutIntentRequest.Builder. slots(Collection<Slot> slots)An array of intent slots.PutIntentResponse.BuilderPutIntentResponse.Builder. slots(Collection<Slot> slots)An array of intent slots that are configured for the intent.
-