microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.47k stars 2.44k forks source link

Should endOfConversation activity appear in sentActivities #6550

Open Noam-Microsoft opened 1 year ago

Noam-Microsoft commented 1 year ago

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

In the manifest documentation it says that the actvitiesSent field "describes the proactive activities that the skill can send."