botframework-sdk
botframework-sdk copied to clipboard
Bot Framework provides the most comprehensive experience for building conversation applications.
(This is for supporting Generative Answers work under Responsible AI guideline.) ## Proposed Changes Adding a new entity "Schema.org Claim" for references that users may not have full access to....
## Describe the bug I am sending POST requests to `https://smba.trafficmanager.net/amer` and receiving timeouts on my remote server (google cloud, app engine) - the same is not happening locally when...
While adding the skill in PVA got the error below.  For reference here is the skill manifest that I'm using, { "$schema": "https://schemas.botframework.com/schemas/skills/skill-manifest-2.1.preview-0.json", "$id": "Test", "name": "Test", "description": "Test...
When implementing proactive messaging how can i ensure bot state is synchronized so bot state remains correct. In c# When a message is received the botcontroller fires await _adapter.ProcessAsync(Request, Response,...
hello Fixes # ## Proposed Changes - - - ## Testing
## This is not for asking questions or filing bugs To get help with an issue with your bot * ["How To"](https://stackoverflow.com/help/how-to-ask) questions should be submitted on [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework). To...
Fixes # ## Proposed Changes - Removes unnecessary assignment in `parsePredictedResultToLu`, since `updatedText` is not used ## Testing —
## This is not for asking questions or filing bugs To get help with an issue with your bot * ["How To"](https://stackoverflow.com/help/how-to-ask) questions should be submitted on [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework). To...
Hello, I'm writing a skill manifest and wanted to know if `endOfConversation` activity should appear in the `sentActivities` field. For example: ``` { .... "activitiesSent": { "endOfConversation": { "type": "endOfConversation"...
Hello. As interesting to you, I recently wrote a [letter to SIGdial proposing a new “BudgetQA challenge”](https://list.sigdial.org/empathy/thread/65NLMRDLFMY75DJO3T6HGNAT52TZRUSS). Pertinent to this Bot Framework SDK feature request: > Technical topics also include...