type: meya.email.event.say
class: EmailSayEvent
path: /meya/email/event/say.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | EntryRef | null | |
trace_id | ○ | ○ | str | "-" | |
sensitive | ○ | ○ | bool | false | |
user_id | ○ | ◉ | str | ||
thread_id | ○ | ◉ | str | ||
integration_id | ○ | ◉ | str | ||
context | ○ | ○ | dict | {} | |
composer | ○ | ◉ | ComposerEventSpec | ||
quick_replies | ○ | ◉ | list | ||
markdown | ○ | ◉ | list | ||
text | ○ | ○ | str | ||
message_id | ○ | ◉ | str | ||
subject | ○ | ◉ | str | ||
Examples
Data
{
"type": "meya.email.event.say",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"user_id": "STRING",
"thread_id": "STRING",
"integration_id": "STRING",
"context": {
"STRING": "ANY"
},
"composer": {
"focus": "file|image|text|blur",
"placeholder": "STRING",
"visibility": "collapse|hide|show"
},
"quick_replies": [
{
"url": "STRING",
"javascript": "STRING",
"button_id": "STRING",
"context": {
"STRING": "ANY"
},
"text": "STRING",
"icon": {
"url": "STRING",
"color": "STRING"
}
}
],
"markdown": [
"format|linkify|breaks|typographer"
],
"text": "STRING",
"message_id": "STRING",
"subject": "STRING"
}
}