Card
A "card" can be show for any Teneo response. A list of options as "chips" and any number of "action" buttons can be displayed. The card does not persist in the Chat UI once a new input is received.
Last updated
A "card" can be show for any Teneo response. A list of options as "chips" and any number of "action" buttons can be displayed. The card does not persist in the Chat UI once a new input is received.
Last updated
There will be no post backs to Leopard if there are no "action" buttons. You can however display a card with no action buttons. If no "chips" are present but "action" buttons are then the chip's value for "name" will be sent back to Teneo as user input text. If no chips are present then the value for "name" on the action button clicked will be sent back to Teneo. In all situations the parameters for both the selected chip and clicked button will be combined and sent to Teneo.
All main elements in the JSON config are optional. "Chips" are however dependent on the existence of "action" buttons. Both chips and action buttons must have "params" elements.