This feature hides the text input if no free text is allowed. It’s enabled by default with quick replies.
This feature makes buttons on both generic and list templates reactive to run the action of the first clicked and to make them unclickable after the first user choice in the same group pretty like the way quick replies do.
This feature has been developed for lastminute.com and adds support for Adobe After Effects animation exported in JSON via Lottie: a library created and maintained by Airbnb.
Please, compile the lastminute branch to get it working as expected by the customer.
This custom action has been developed for Smile.CX Gaia to let Rocket.Chat change the agent details via Vivocha Bot SDK.
You should send a message like the following.
{
code: 'message',
type: 'action',
action_code: 'setAgent',
args: [
{
avatar: '/path/to/fmoretti/avatar.png',
nickname: 'Federico Moretti',
status: 'Online'
}
]
} as ActionMessageAll of the keys are of type string and the avatar key must be a valid image URL.