Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentClassificationTestResultItem
-
Packages that use IntentClassificationTestResultItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentClassificationTestResultItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type IntentClassificationTestResultItem Modifier and Type Method Description List<IntentClassificationTestResultItem>IntentClassificationTestResults. items()A list of the results for the intent classification test.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentClassificationTestResultItem Modifier and Type Method Description IntentClassificationTestResults.BuilderIntentClassificationTestResults.Builder. items(IntentClassificationTestResultItem... items)A list of the results for the intent classification test.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type IntentClassificationTestResultItem Modifier and Type Method Description IntentClassificationTestResults.BuilderIntentClassificationTestResults.Builder. items(Collection<IntentClassificationTestResultItem> items)A list of the results for the intent classification test.
-