William Wong
William Wong
## Feature request Currently, the polyfilling story isn't great on NPM via `create-react-app`. - It requires use to copy [bunches of line from `index-es5.js`](https://github.com/microsoft/BotFramework-WebChat/blob/master/packages/bundle/src/index-es5.ts#L8) into the hosting project to load...
## Changelog Entry (No changelog for documentation) ## Description Adding a `CHAT_ADAPTER.md` to outlines how to use Web Chat outside of Direct Line protocol. ## Specific Changes - Add `CHAT_ADAPTER.md`...
## Feature Request As reported by OC team, the `API.md` is heavily outdated. We should take some time to update it. [feature-request]
## Feature Request (More investigation/details can be found in #3083.) For simple question and answer, many of our customers use Adaptive Cards instead of suggested actions, probably because: - The...
## Screenshots  ## Version `main`. Seems related to service on or after 2021-09-08 14:50 PM. ## Describe the bug We are temporarily disabled the test with the following diff....
## Feature Request tl;dr we are waiting for "that signal should NOT be fired". This can introduce false positives and unnecessary wait time for positives. There is a test reliability...
## Goals - Write a new attachment renderer that will disable Adaptive Card interactivity if a certain condition is met - If the Adaptive Card is no longer the last...
> If you would want to prioritize this feature work, please vote and optionally, provide a user story. ## Feature Request When using text-based experience, we allow developers to piggyback...
Today, customizing microphone button, means: - Cloning `BasicSendBox.js`, point the microphone button to a new one - Cloning `BasicWebChat.js`, and point it to newer `BasicSendBox.js` - Using new `BasicWebChat.js` in...
> Related to #3974. ## Feature Request We introduced `packages/bundle/src/speech/createAudioConfig.ts` in #3974. It can be used to implement microphone input for Speech SDK, outside of Web Audio API. Web devs...