Steven Kanberg
Steven Kanberg
## Screenshots  ## Version v4.13.0 - current (v4.15.2) Have not tested versions previous to v4.13.0. ## Describe the bug When clicking the right flipper on a carousel of cards,...
## Version v4.13.0 NPM package ## Describe the bug Running the [h.clear-after-idle](https://github.com/microsoft/BotFramework-WebChat/tree/main/samples/04.api/h.clear-after-idle) sample generates an error when the host application attempts to access mockbot's token API. The host application is...
## Screenshots **'userID' not passed in as property**  **'userID' passed in as property** ```js const adapters = await window.WebChat.createDirectLineSpeechAdapters( { fetchCredentials, userID: 'dl_abc123' } ); ```  ## Version...
## Describe the bug When attempting to add a published skill to PVA via the "Add skill" option, the linked manifest fails the validation test ## Version 2.1.0-nightly.263368.d67aa4c ## Browser...
## Version 4.13.0 ## Describe the bug The `activity.channelId` for outgoing user-to-bot messages list a value of 'webchat' instead of 'emulator'. ## To Reproduce Steps to reproduce the behavior: 1....
### Is it an issue related to Adaptive Cards? No ### Is this an accessibility issue? No ### What version of Web Chat are you using? Latest production ### Which...
### Is your feature request related to a problem? Reference IcM #[430453809](https://portal.microsofticm.com/imp/v3/incidents/incident/430453809/summary). As described in the Adaptive Cards schema documentation, starting with schema version 1.5, every action can include an...
Expose `useErrorMessageId` hook necessary for importing the BasicSendbox component for customization
### Is your feature request related to a problem? Regarding IcM #[414844341](https://portal.microsofticm.com/imp/v3/incidents/incident/414844341/summary). The customer is attempting to make some Web Chat customizations that pertain to integrating a validation box/toast notification...
**Is your feature request related to a problem? Please describe.** When creating a bot that would utilize DirectLine Speech, the current version of the Python SDK does not fully support...
## Version 4.14.1 & 4.14.1-371583 (nightly) ## Describe the bug Whether using a JS or a .NET bot, when the `ShowTypingMiddleware` is utilized, if the `message` activity to be sent...