Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotResolutionTestResultItem
-
Packages that use SlotResolutionTestResultItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotResolutionTestResultItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotResolutionTestResultItem Modifier and Type Method Description List<SlotResolutionTestResultItem>IntentLevelSlotResolutionTestResultItem. slotResolutionResults()The results for the slot resolution in the test execution result.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotResolutionTestResultItem Modifier and Type Method Description IntentLevelSlotResolutionTestResultItem.BuilderIntentLevelSlotResolutionTestResultItem.Builder. slotResolutionResults(SlotResolutionTestResultItem... slotResolutionResults)The results for the slot resolution in the test execution result.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotResolutionTestResultItem Modifier and Type Method Description IntentLevelSlotResolutionTestResultItem.BuilderIntentLevelSlotResolutionTestResultItem.Builder. slotResolutionResults(Collection<SlotResolutionTestResultItem> slotResolutionResults)The results for the slot resolution in the test execution result.
-