Hi we have a chatbot which is developed using bot framework and integrated in Webchat. In this choice prompt display is not correct. At some time it will display as buttons sometimes not. What may be the issue?
CodePudding user response:
This is by design defaulting to ListStyle.auto
as can be seen in the ChoicePrompt class