Design and impl of a bubble for the UI lib that will allow a BOT or human ask a question to the other user in a conversation.
Structure:
- Prompt for action : String question
- Action name: String name of the action that system will interpret or parse .
- Action options: String Array of possible responses for the
- Action value: String value of the response selected by the user.
UI examples:

