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