Tutorial: interop.getInfoForIntent

interop.getInfoForIntent

Get information for a particular Intent from the Interop Broker. To resolve this info, the function handleInfoForIntent is meant to be overridden in the Interop Broker. The format for the response will be determined by the App Provider overriding the function.

Example

const intentInfo = await fin.me.interop.getInfoForIntent('ViewChart');