URL loaded event

Sent when a step has been triggered when the webchat was loaded on a specific page.

AttributeTypeDescription
typestringalways url_loaded_event
urlstringURL that triggered the event
{
    "type": "url_loaded_event",
    "url": "http://example.com"
}