Oct 05 2022 11:03 PM
Default Behaviour in Input.ChoiceSet:
When a choice from the ChoiceSet is selected, there is no event sent to the bot.
Expected Behaviour:
If there is any change in selection in Input.ChoiceSet, a event should get triggered to the bot, so that we can do some necessary changes/updates in the responseCard.
How can we do that using the existing component of Input.ChoiceSet ?
Sep 13 2023 02:37 AM