trigger.entry.match

Element details

type: meya.trigger.entry.match
class: TriggerMatchEntry
path: /meya/trigger/entry/match.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
bot_idstr
thread_idstr
action_entrydict
confidenceReal

Usage reference

Data

{
    "type": "meya.trigger.entry.match", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "bot_id": "STRING", 
        "thread_id": "STRING", 
        "action_entry": {
            "STRING": "ANY"
        }, 
        "confidence": 123
    }
}