email.say

type: meya.email.event.say
class: EmailSayEvent
path: /meya/email/event/say.py
signature: -

Fields

fieldsignaturerequiredtypedefaultdescription               
parent_entry_refEntryRefnull
trace_idstr"-"
sensitiveboolfalse
user_idstr
thread_idstr
integration_idstr
contextdict{}
composerComposerEventSpec
quick_replieslist
markdownlist
textstr
message_idstr
subjectstr

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"
    }
}