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