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

JSON example
{
"head": {
"text": "I am a header"
}
}
The header (head) is the top most text displayed on a chatbot message. This message type also supports Markdown and @mentions.

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