Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelIntentClassificationResultItem
-
Packages that use ConversationLevelIntentClassificationResultItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLevelIntentClassificationResultItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ConversationLevelIntentClassificationResultItem Modifier and Type Method Description List<ConversationLevelIntentClassificationResultItem>ConversationLevelTestResultItem. intentClassificationResults()The intent classification of the test result evaluation item.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ConversationLevelIntentClassificationResultItem Modifier and Type Method Description ConversationLevelTestResultItem.BuilderConversationLevelTestResultItem.Builder. intentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)The intent classification of the test result evaluation item.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type ConversationLevelIntentClassificationResultItem Modifier and Type Method Description ConversationLevelTestResultItem.BuilderConversationLevelTestResultItem.Builder. intentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)The intent classification of the test result evaluation item.
-