BotFramework-WebChat
BotFramework-WebChat copied to clipboard
A highly-customizable web-based client for Azure Bot Services.
When hidden or new content is revealed or available on the same screen because of any user interaction then focus need to move to the new content either immediately or...
Add support for the Action.Execute command and various flows, including the action/execute invoke and auth flows. OBI spec is here: microsoft/botframework-obi#128 Hacked up webchat that can do AC 1.4 cards:...
## Feature Request I am noticing that when I change the text background the card background changes the same. These should 2 entities should be separate in their core styling....
## Screenshots ## Version `4.12.0-0` with AC `2.5.0`. ## Describe the bug While testing transcript navigation, one of the screen reader behaviors around Adaptive Cards seems off. We would need...
> Fixes #3526 > Fixes #3038 ## Description Added a prop that is sent down into `BasicWebChat` and is used to render the send box if not undefined. ## Specific...
Web Chat bundles with the latest version of [Adaptive Cards JavaScript SDK](https://npmjs.com/package/adaptivecards) (below, Adaptive Cards SDK). Different version of Adaptive Cards SDK has a different range of schema versions they...
> Fixes # ## Changelog Entry Added a tag attribute for from object for typing indicator. ## Description - BotFramework-webchat-adapter sends from object as part of typing indicator activity which...
## Feature Request Currently, in `packages/bundle/src/types/AdaptiveCardsPackage.ts`, we are only re-exporting types that Web Chat is interested. We should fully export the whole typing for Adaptive Cards package, include `Versions` which...
## Screenshots ## Version `4.15.1` ## Describe the bug The `useActiveTyping` returns a structure of: ```ts interface Typing { at: number; expireAt: number; name: string; role: 'bot' | 'user'; }...
Full Fledge Azure Health Bot Web Chat > Fixes # ## Changelog Entry ## Description ## Design ## Specific Changes ## - - - [ ] I have added tests...