botframework-components
botframework-components copied to clipboard
The repository for components built by Microsoft for the Azure Bot Framework.
## Is your feature request related to a problem? Please describe. The `SerialNumberInput` prompt should support a dashes in user inputs (e.g., `"-"` in `"C66-T676"`). When a user conveys the...
## Is your feature request related to a problem? Please describe. The [`SerialNumberInput`](https://github.com/microsoft/botframework-components/blob/41e71b7b99c47d429ad80b85ae4e6ac03861e83a/packages/Telephony/Actions/SerialNumberInput.cs) node in latest (41e71b7b99c47d429ad80b85ae4e6ac03861e83a) only supports a very small amount of substitutions for _only_ English. Substitutions (or...
Need capability to create a bot which supports Teams Message extension as well
## Describe the bug This is too fragile, and only works for English. _Originally posted by @arturl in https://github.com/microsoft/botframework-components/pull/1389#discussion_r1027234002_ https://github.com/microsoft/botframework-components/blob/66ab00872181255ade27b7556fb8434023239102/packages/Telephony/Actions/SerialNumberPattern.cs#L400 The `SerialNumberInput` node which supports alphanumeric input aggregation only supports...
## Is your feature request related to a problem? Please describe. Current generated and skill bots are pinned to be used with .Net 6.0 and can't be built with .Net...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...
As a user, I'd like to have templates so I am able to send 1-2-1 messages to MSteams users. I have a WebApp that is connected to multiple systems and...
Fixes #1559 #minor ### Purpose This PR changes the .NET version used from .NET 6.0 to .NET 8.0 in the bot generators and the SDK samples. ### Changes - Update...
## Describe the bug We are getting an error "Type Microsoft.CluRecognizer not registered in factory" while building the project. We have a bot built on bot builder SDK along with...
Recently Microsoft has released **custom question and answering** as the latest version of **QnA maker** and **Conversational language understanding** as the latest version of the **LUIS** and both can be...