Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should endOfConversation activity appear in sentActivities #6550

Open
Noam-Microsoft opened this issue Nov 2, 2022 · 0 comments
Open

Should endOfConversation activity appear in sentActivities #6550

Noam-Microsoft opened this issue Nov 2, 2022 · 0 comments
Labels
ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report.

Comments

@Noam-Microsoft
Copy link

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

@munozemilio munozemilio added the ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. label Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report.
Projects
None yet
Development

No branches or pull requests

2 participants