jagjotkhera

Results 7 comments of jagjotkhera

We are following the below [link](https://github.com/microsoft/BotFramework-WebChat?tab=readme-ov-file#integrate-with-javascript) for the bot development

@OEvgeny thanks for responding, I believe the site is only accessible from Australia which is why you are getting 504. To answer your question we are using List style hero...

Thanks @OEvgeny , I'm not sure what you mean by [cardActionMiddleware](https://github.com/microsoft/BotFramework-WebChat/blob/main/docs/API.md#web-chat-api-reference) as in our webchat.js we are rendering the bot like this window.WebChat.renderWebChat( { directLine: directLine, username: 'Web Chat User',...

Thanks @OEvgeny , I did try to implement the middleware option however I don't think the code is being called. See below my render method function loadBotResources(bearerToken) { /* ChatBot...

On further checking the code is getting called when the user clicks on any of the cards (multichoice suggested action) within the response and the card type is coming as...

@OEvgeny , the attachment which you have sent to the webchat.js is not how we are sending data, we are sending it via the composer so dont have control over...

@OEvgeny i was able to get the attachment via postman and below is the response ![image](https://github.com/microsoft/BotFramework-WebChat/assets/159867456/4ae317f9-e0c6-40ba-b7fd-96ed7b8bcc1e) Any thoughts how we can get this "Text" as part of the Middleware as...