Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://schemas.botframework.com/schemas/skills/skill-manifest-2.0.0.json",
"$id": "EchoSkill",
"name": "Echo Skill",
"version": "1.0",
"description": "This is a sample echo skill",
"publisherName": "Microsoft",
"privacyUrl": "https://3t2bm35h-3978.usw2.devtunnels.ms/privacy.html",
"copyright": "Copyright (c) Microsoft Corporation. All rights reserved.",
"license": "",
{
"$schema": "https://schemas.botframework.com/schemas/skills/v2.1/skill-manifest.json",
"name": "LookupPolicyDetails",
"version": "1.0",
"description": "Skill to fetch policy details using policy number or contact reference.",
"endpoint": {
"protocol": "https",
"url": "https://api.example.com/policylookup"
},
"actions": [