Skip to main content
Version: v4

Element Entity

This is the base class for every element possible in the Interactive message component, defined by cometchat

Following are the different elements possible

  1. Label Element - shows fixed text in an Interactive message
  2. TextInput Element - shows a component with the ability to take text input
  3. DropDown Element - shows a list of options to choose one from
  4. Check Box Element - shows a list of checkboxes, and can select multiple
  5. Radio Button Element - shows a list of radio buttons, to choose one answer from
  6. Button Element - shows an interactive button component, that can perform different types of actions defined inside class ActionEntity