salesforce.live_agent.session.ended

Element details

type: meya.salesforce.live_agent.event.session.ended
class: LiveAgentSessionEndedEvent
path: /meya/salesforce/live_agent/event/session/ended.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict

Usage reference

Data

{
    "type": "meya.salesforce.live_agent.event.session.ended", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "thread_id": "STRING", 
        "integration_id": "STRING", 
        "context": {
            "STRING": "ANY"
        }
    }
}