csp.session.agent.request

Element details

type: meya.csp.event.session.agent.request
class: AgentRequestEvent
path: /meya/csp/event/session/agent/request/request.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
datadict
csp_integration_idstr
notestr
timeoutReal
timeout_flowstr

Usage reference

Data

{
    "type": "meya.csp.event.session.agent.request", 
    "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"
        }, 
        "data": {
            "STRING": "ANY"
        }, 
        "csp_integration_id": "STRING", 
        "note": "STRING", 
        "timeout": 123, 
        "timeout_flow": "STRING"
    }
}