BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
If there is an existing LU file, then we should use the list definition there to pick up the possible enumeration values. This will probably require some changes to the...
**Is your feature request related to a problem? Please describe.** Port these additions to javascript, python and java samples: https://github.com/microsoft/BotBuilder-Samples/pull/3007
# Background Several teams have reported issues while trying to send proactive messages from a skill. The goal of this issue is to build an experimental sample that validates a...
The specific JSON schema formats are in a particular format and we need to add the logic to validate and convert datetimeV2 into those forms. Date: "$comment": "TODO: We need...
If you have a plain property without an operation we do not handle it. For example, "max bid" would generate MaxBidProperty hierarchical entity. I suspect that what happens is that...
If you specify $units add to the generation logic to automatically convert currency. In the generation we can call an API to do it so what API you are using...
New readme for composer form dialog (composer-form-dialog.md) and updates to generated dialog readme (readme.md). Written by Melanie Wang.
**Is your feature request related to a problem? Please describe.** I'm interested in deploying bots as functions rather than as a web app. I've not been able to find an...
see https://github.com/microsoft/BotBuilder-Samples/issues/1990 for context
**Is your feature request related to a problem? Please describe.** Port these additions to javascript, python and java samples: https://github.com/microsoft/BotBuilder-Samples/pull/3014