APIInterfacesIntentResolutionVersion: 1.1On this pageIntentResolutioninterface IntentResolution { source: string; data?: object; version: string;}IntentResolution provides a standard format for data returned upon resolving an intent.Example//resolve a "Chain" type intentconst intentResolution = await fdc3.raiseIntent("intentName", context);See alsoDesktopAgent.raiseIntent