Triggers when you can request some information about the chat. The following methods are supported after this event has triggered:
Response Properties
Property | Description | Type |
---|---|---|
account | The LivePerson account number. | string |
domain | The domain for this account. | string |
init | If the session has been initialized. | Boolean |
Sample Response
{
"account": "12345678",
"domain": "dev.liveperson.net",
"init": true
}