0

I am creating the buttons dynamically in the BOT framework. The issue I am facing is that if the text of the button is coming long it's not coming as a button but as a list of text and I am not even able to click them because on the click of each button my different activity will start.

Thanks

Bipin Bhandari
  • 652
  • 4
  • 9
  • 23
  • I don't think if button text long will create problems in bot, better to provide some screenshots and the code. – Rajeesh Menoth Feb 08 '22 at 07:43
  • If you share some code, we will be able to help. In some cases, the length of a sugggested action (if that is what you mean with button) text should be below a certain number ( I think is is 20 characters), otherwise the suggested action will become a list-item. Depends how you create the button. – Hessel Feb 15 '22 at 11:45
  • @Hessel yes it's created as a List Item. I do not have a problem with List Item but is there any way to click them after that? – Bipin Bhandari Feb 16 '22 at 12:23
  • I don't think so. – Hessel Feb 16 '22 at 12:30

1 Answers1

1

Thank you Hessel and Bipin Bhandari. Posting your discussions as answer to help other community members.

Text of the suggested action (Button) should be less than certain number (~ 20 Characters). If not, the suggested action become a list-item. There is no option to perform the CLICK operation on the list-items.

Madhuraj Vadde
  • 1,099
  • 1
  • 5
  • 13