botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Bot Framework provides the most comprehensive experience for building conversation applications.

Results 191 botframework-sdk issues
Sort by recently updated
recently updated
newest added

(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...

bug
customer-replied-to
customer-reported
Bot Services

While adding the skill in PVA got the error below. ![image](https://github.com/microsoft/botframework-sdk/assets/73281779/2140a275-6609-4874-b477-e94d6c11c018) 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...

bug
needs-triage

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...

needs-triage
feature-request

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...

customer-reported
Bot Services
needs-triage
feature-request

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"...

ExemptFromDailyDRIReport

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...

feature-request