Is it possible to have other option available for Confirmation Node?
Say for an example, when a question is asked, user can reply with “Yes”, “No” or “Maybe”. I can display these options using QuickReplies template but for some reason Maybe value is not getting saved as context.entities.confirmation.
Yes, noticed that entity with enumerated list can be used but liked the feature of recognizing affirmative and negative sentences of Confirmation node.
For our use case, users are going to be asked a series of questions and then can reply with any of these options “Yes”, “No”, “Maybe”, kind of decision tree. Instead of selecting the option user may want to type in their response and bot needs to identify the option specified by the user.
Now my question is can we add the same set of synonyms that are available for Confirmation node affirmative and negative sentences to the Entity node for Yes and No enumerated list? If it is possible then it may be better to use entity node instead of confirmation node.