This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Skill scenario is broken - can't set skill endpoint #2801
Copy link
Copy link
Closed
Labels
R9Release 9 - May 15th, 2020Release 9 - May 15th, 2020Type: BugSomething isn't workingSomething isn't working
Description
Describe the bug
When I try to add a Begin a skill dialog action.
The skill endpoint is not auto filled and can not be edit.
This is the two manifest I used to test:
https://yuesuemailskill0207-gjvga67.azurewebsites.net/manifest/manifest-1.0.json
http://localhost:3983/manifest.json
{
"$schema": "https://schemas.botframework.com/schemas/skills/skill-manifest-2.0.0.json",
"$id": "TodoSimple",
"name": "Todo skill",
"version": "1.0",
"description": "This skill echoes whatever the user says",
"publisherName": "Microsoft",
"privacyUrl": "https://myskill.contoso.com/privacy.html",
"copyright": "Copyright (c) Microsoft Corporation. All rights reserved.",
"license": "",
"iconUrl": "https://myskill.contoso.com/icon.png",
"tags": [
"sample",
"echo"
],
"endpoints": [
{
"name": "default",
"protocol": "BotFrameworkV3",
"description": "Production endpoint for SkillBot.",
"endpointUrl": "http://localhost:3983/api/messages",
"msAppId": "303d5b8-a3b6-4d50-82c7-af10a8a96b20c"
}
],
"activities": {
"message": {
"type": "message",
"description": "A message activity containing the utterance that the skill will echo back to the user"
}
}
}
Version
Browser
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Screenshots
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
R9Release 9 - May 15th, 2020Release 9 - May 15th, 2020Type: BugSomething isn't workingSomething isn't working
