twilio.flex.reservation_accepted

Element details

type: meya.twilio.flex.event.reservation_accepted
class: TwilioFlexReservationAcceptedEvent
path: /meya/twilio/flex/event/reservation_accepted.py
signature: -

Fields

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

Usage reference

Data

{
    "type": "meya.twilio.flex.event.reservation_accepted", 
    "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"
        }, 
        "agent_name": "STRING", 
        "task_attributes": {
            "foo": "bar"
        }, 
        "worker_attributes": {
            "foo": "bar"
        }
    }
}