I've created a skill using Bot Framework Composer 1.3.1.
When I add the skill in PVA, the skill validates, but when I Save it, I get the following message:
Something went wrong while importing your skill. Please try again later.
Diagnostic Trace Id:
Any help would be great!
Manifest:
{
"$schema": "https://schemas.botframework.com/schemas/skills/v2.1/skill-manifest.json",
"$id": "DynamicQuestion-6119ba95-166e-4296-8d87-f0858ac8f99a",
"endpoints": [
{
"protocol": "BotFrameworkV3",
"name": "DynamicQuestion",
"endpointUrl": "https://my-skill-name.azurewebsites.net/api/messages/",
"msAppId": "00000000-0000-0000-0000-000000000000"
}
],
"name": "DynamicQuestion",
"version": "1.0",
"publisherName": "Publisher",
"activities": {
"DynamicQuestion": {
"type": "event",
"name": "DynamicQuestion"
},
"conversationUpdate": {
"type": "conversationUpdate"
}
}
}