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!
## [Sample information](https://github.com/microsoft/BotBuilder-Samples/tree/b68d7b0856c90dc57b602654be221a94e316696b/samples/java_springboot/02.echo-bot) 1. Sample type: [samples] 2. Sample language: [spring bot] 3. Sample name: ## Describe the bug After I excute `mvn azure-webapp:deploy -Dgroupname="resource-group-name" -Dbotname="name-of-web-app"`  Notice: az account...
Fixes #3818 ## Proposed Changes Add ` ${subscription}`to java springbot_pom.xml ## Testing Test succeed. `mvn azure-webapp:deploy -Dgroupname="resource-group-name" -Dbotname="name-of-web-app" -Dsubscription="subscriptionId-of-web-app"`
**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/3012
**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/3010
1) Outline what you think an intelligent date time control should do. For inspiration look at UI date time controls to see the kind of parameters they take. Outline what...
Fixes # ## Proposed Changes - - - ## Testing
## Describe the bug I'm getting table data in string from OpenAI it is rendered into table in webchat fine but its not rendering properly in MS team. Please refer...
### Use this [query](https://github.com/Microsoft/botbuilder-samples/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen++label%3Aenhancement) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** The previous...
Skills dialog sample fails with `RuntimeError: Timeout context manager should be used inside a task`
## Sample information 1. Sample type: samples 2. Sample language: python 3. Sample name: 81.skills-skilldialog ## Describe the bug Bot encounters an error after sending a message about what action...
## Version 4.14.7 ## Describe the bug When using the OAuthPrompt Dialog from the SDK, the call to https://api.botframework.com/api/usertoken/GetToken performed by the SDK returns a 400 status error response. According...