Emergency Button

You can display an optional button in the chat toolbar by returning some JSON from an output parameter

You must add the output parameter to your greeting for the emergency button to display.

Output Parameter

emergency = 
{
  "icon"    : "bell-ring", // mdi icon name
  "color"   : "red", // optional
  "payload" : "&command=CMD_911" // no user input sent back but rather ctx params
}

icon is a mdi icon name payload can contain any request parameters sent back to Teneo once the button is clicked

Last updated