[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-01 UTC."],[],["`TaskResultContracts.UnpackApiTaskResult` is an abstract contract that handles a `Task\u003cT\u003e` and returns its result `T` upon successful completion. It supports contracts needing only the result, without operation details. The class has a constructor and a protected `outputFromTask` method that extracts the result from a completed `Task`. It inherits from `ResolveApiTaskResult` and includes subclasses like `GetPaymentData`, which returns a `PaymentData` object. The class also supports `createIntent` and `getSynchronousResult`.\n"]]