Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelTestResultItem
-
Packages that use ConversationLevelTestResultItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLevelTestResultItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ConversationLevelTestResultItem Modifier and Type Method Description List<ConversationLevelTestResultItem>ConversationLevelTestResults. items()The item list in the test set results data at the conversation level.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ConversationLevelTestResultItem Modifier and Type Method Description ConversationLevelTestResults.BuilderConversationLevelTestResults.Builder. items(ConversationLevelTestResultItem... items)The item list in the test set results data at the conversation level.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type ConversationLevelTestResultItem Modifier and Type Method Description ConversationLevelTestResults.BuilderConversationLevelTestResults.Builder. items(Collection<ConversationLevelTestResultItem> items)The item list in the test set results data at the conversation level.
-