open_url interaction -------------------- ``"type": "open_url"`` Utilizza ``open_url`` interaction type per aprire una url indicata nelle opzioni. Opzioni ^^^^^^^ .. code-block:: typescript { url?: string } Esempio ^^^^^^^ .. sourcecode:: json { "type": "open_url", "options": { "url": "http://www.google.it" } }