Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
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

@luhan2017

Description

@luhan2017

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.

image

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

@tdurnford

Version

Browser

  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

Metadata

Metadata

Assignees

Labels

R9Release 9 - May 15th, 2020Type: BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions