Help Center

Multiple Choice

A multi-choice component is mostly used in chat scripts. It allows users to select one or more options from a list of choices. It is easy to configure, easy to add and remove options, and provides an engaging experience for users.

Configuration steps:

  1. Let’s start with adding the component to the conversation flow
  2. You need to be inside Builder –> Conversation
  3. Click on “Add new component” –> Select “MultiChoice”
  4. This will show the component configurations to be setup

Chat Messages & adding choices

  1. Write your own message to show to the visitor; e.g “What is your favorite car?”
  2. Additionally you can show buttons ‘Skip, and ‘back’
  3. Next Add choices to show the visitor to select; e.g. “Electric car, Petrol car, LPG car”
  4. Select button style from the dropdown
  5. You can also provide a hyperlink to any external URL of any choice. Check the new tab if you want to open the link in the new tab in the browser.
  6. Finally, save the component settings by pressing the ‘Save’ button

multichoice-config

Button styles

Choices are the buttons or chips which are shown to visitor to interact with.

There are three types of button styles are supported to show choices:

1.Chips

button-chips

2.Buttons with icon

button-with-icon

3.Button with image

button-with-image

Related Contents