Create sequence diagrams with simple online tool

Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.

Title: Actions on Google — Account Linking (phase 2) User ->> Actions on Google: start the app note: "Talk to star wars" Actions on Google ->> Dialogflow: Default Welcome Intent Dialogflow ->> Fulfillment: `Default Welcome Intent` Fulfillment -->> Dialogflow: new SignIn() Dialogflow -->> Actions on Google: new SignIn() Actions on Google ->> Dialogflow: `actions_intent_SIGN_IN` note: The Actions on Google runtime will trigger the `actions_intent_SIGN_IN` event Dialogflow ->> Dialogflow: `Get Sign In` note Actions on Google,fulfillment: Dialogflow will match the `Get Sign In` intent since it's been configured with the `actions_intent_SIGN_IN` event. Dialogflow ->> Fulfillment: `Get Sign In` Fulfillment ->> Fulfillment: `signin.status === 'OK'` if: signin.status === 'OK' Fulfillment -->> Dialogflow: Dialogflow -->> Actions on Google: Actions on Google -->> User: User signed in note: "I got your account details" else: Fulfillment -->> Dialogflow: Dialogflow -->> Actions on Google: Actions on Google -->> User: User not signed in note: "I won't be able to save your data"