Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. User receives message with attached structured context.
  2. Chat executes interop engine to resolve the list of apps / intents on user desktop which can handle the received structured context.
  3. For each discovered intent a button is rendered with user-friendly title, icon and state of the target app - whether it is running or not.
  4. User clicks to an intent from the list to execute it.
  5. The target application is started if not already running.
  6. Context and the chosen intent is sent to the target app.

...