Print Icon

You can optionally have a print icon displayed in the Leopard Chat UI.

Output Parameter

This output parameter must be defined on the greeting response at the beginning of a session. The icons can be any MDI icon name.

print = {
  "icon"    : "printer",
  "color"   : "white"
}

Last updated