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

Should endOfConversation activity appear in sentActivities

Open Noam-Microsoft opened this issue 3 years ago • 0 comments

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

Noam-Microsoft avatar Nov 02 '22 15:11 Noam-Microsoft