E:501
AgentSessionAddInteraction
Opis
Zdarzenie generowane w momencie przypisania agentowi interakcji
Nagłówki
| Nagłówek | Typ | Wartość / Zakres | Opis |
|---|---|---|---|
| e | int | 501 | identyfikator eventu |
| en | string | AgentSessionAddInteraction | nazwa klasy eventu |
| AgentSessionAddInteraction | boolean | true | flaga eventu |
| a | int | \d+ | identyfikator agenta w systemie Cludo |
| an | string | .+ | login agenta w systemie Cludo |
| afn | string | .+ | pełna nazwa agenta w systemie Cludo |
| ts | int | \d+ | timestamp zdarzenia w systemie Cludo (unix epoch) |
| i | string | [a-z0-0]{16} | identyfikator instancji, dla której wystąpiło zdarzenie |
Treść encodowana JSON
{
"s":"Connecting", // status sesji
"as":4350, // id sesji agenta
"addReason":"Inviting" // powód dodania interakcji
}