Issue with size limit (limit of 262144 bytes) from bot while displaying adaptive card with large choice list (in botframework)
问题 My team is working on a chatbot with Microsoft bot framework, as a requirement we need to show a dynamic choice list according to what the users select. For this we are hitting an API to fetch the custom response. Please find below an example of the response. { "items": [ { "val": { "Field1": "Hello World" }, "_links": { "self": [ { "href": "API_URL_FOR_THIS_OPTION" } ] } }, { "val": { "Field1": "Hi World" }, "_links": { "self": [ { "href": "API_URL_FOR_THIS_OPTION" } ] } }, ], "_links": {