Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentLevelSlotResolutionTestResultItem
-
Packages that use IntentLevelSlotResolutionTestResultItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentLevelSlotResolutionTestResultItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type IntentLevelSlotResolutionTestResultItem Modifier and Type Method Description List<IntentLevelSlotResolutionTestResultItem>IntentLevelSlotResolutionTestResults. items()Indicates the items for the slot level resolution for the intents.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentLevelSlotResolutionTestResultItem Modifier and Type Method Description IntentLevelSlotResolutionTestResults.BuilderIntentLevelSlotResolutionTestResults.Builder. items(IntentLevelSlotResolutionTestResultItem... items)Indicates the items for the slot level resolution for the intents.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type IntentLevelSlotResolutionTestResultItem Modifier and Type Method Description IntentLevelSlotResolutionTestResults.BuilderIntentLevelSlotResolutionTestResults.Builder. items(Collection<IntentLevelSlotResolutionTestResultItem> items)Indicates the items for the slot level resolution for the intents.
-