@interface INNotebookItemTypeResolutionResult : INIntentResolutionResult + (id)confirmationRequiredWithNotebookItemTypeToConfirm:(long long)a0; + (id)disambiguationWithNotebookItemTypesToDisambiguate:(id)a0; + (id)successWithResolvedNotebookItemType:(long long)a0; - (id)_intentSlotValueForObject:(id)a0 slotDescription:(id)a1; - (id)_vocabularyValueForObject:(id)a0 slotDescription:(id)a1; - (void)transformResolutionResultForIntent:(id)a0 intentSlotDescription:(id)a1 withOptionsProvider:(id)a2 completion:(id /* block */)a3; @end