Goal: Create a showMessage action that will display a message with a title and a text.
title and text keys have to be assigned within the params object of the action.
{
"type": "showMessage",
"params": {
"title": "Title of the message",
"text": "Text of the message"
}
}