type: meya.trigger.entry.activate
class: TriggerActivateEntry
path: /meya/trigger/entry/activate.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | EntryRef | null | |
trace_id | ○ | ○ | str | "-" | |
sensitive | ○ | ○ | bool | false | |
bot_id | ○ | ◉ | str | ||
thread_id | ○ | ◉ | str | ||
spec | ○ | ◉ | dict |
Examples
Data
{
"type": "meya.trigger.entry.activate",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"bot_id": "STRING",
"thread_id": "STRING",
"spec": {
"STRING": "ANY"
}
}
}