Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestSetSlotDiscrepancyItem
-
Packages that use TestSetSlotDiscrepancyItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetSlotDiscrepancyItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestSetSlotDiscrepancyItem Modifier and Type Method Description List<TestSetSlotDiscrepancyItem>TestSetDiscrepancyErrors. slotDiscrepancies()Contains information about discrepancies found for slots between the test set and the bot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestSetSlotDiscrepancyItem Modifier and Type Method Description TestSetDiscrepancyErrors.BuilderTestSetDiscrepancyErrors.Builder. slotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies)Contains information about discrepancies found for slots between the test set and the bot.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestSetSlotDiscrepancyItem Modifier and Type Method Description TestSetDiscrepancyErrors.BuilderTestSetDiscrepancyErrors.Builder. slotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)Contains information about discrepancies found for slots between the test set and the bot.
-