botframework-sdk
botframework-sdk copied to clipboard
Should endOfConversation activity appear in sentActivities
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."