Header

The header (head) is the top most text displayed on a chatbot message. This message type also supports Markdown and @mentions.

Example

Example

JSON example

{
    "head": {
        "text": "I am a header"
    }
}