William Wong

Results 187 comments of William Wong

Still actively working hard on this. 🙇🏻‍♂️

I cannot open the SharePoint link. Could you open F12 and copy and paste the HTML code around the "here" link?

This is related to Adaptive Cards. Please attach the Adaptive Card JSON here for further investigation.

> @compulim are you aware of the feature that Teams includes? Where you can set 'feedbackLoopEnabled' in channelData?See https://github.com/microsoft/teams-ai/blob/main/getting-started/CONCEPTS/POWERED-BY-AI.md#feedback-loop. This will render a dialog in Teams, which will return a...

This is an Omnichannel issue and not related to Web Chat.

Yes, still failing. The GH Pages action was not running for some time. Now I am fixing some complex samples by upgrading it from `create-react-app` to `react-scripts` in #5291. But...

Working on CDN today, asking for approvals.

@benbrown In your code, after calling `goProactive()`, it should return a new `TurnContext` that is capable of proactive messaging, i.e. ```js const proactiveContext = await turnContext().goProactive(); await proactiveContext.sendActivity('TIME UP'); ```...

Working on this... one hurdle is bumping `botframework-directlinejs`, which its test infrastructure is currently under maintenance.