Skip to main content

Notifications

Power Platform Community / Forums / Bot Extensibility / Bot Skill returning ou...
Bot Extensibility
Unanswered

Bot Skill returning output to Power Virtual Agent import error

Posted on by

There's a trivial Bot Skill, built with Bot Framework Composer, which produces an Output to be returned back to the PVA Topic. The overall goal is to retrieve from the user a four digit number through its telephone (Dual Tone Multi Frequency) that's why using a skill to extend the PVA Topic. While importing the Skill on Power Virtual Agent I am getting this error:

 

 Validation Code :MANIFEST_MALFORMED_DEFINITION_MISSING

 

Can you help me spot what is wrong?

 

Through Dialog Interface I defined an Ouput_0 of type string:

 

____Pool_____0-1665649558154.png

 

The skill asks the user an input of four digits, stores it in dialog.result.Output_0 and prints the 4 digit pin.

____Pool_____1-1665649863990.png

 

Tested succesfully the behaviour on BFComposer, published on Azure the skill but when uploading the skill to PVA there's an error: [Validation Code :MANIFEST_MALFORMED_DEFINITION_MISSING] while importing the skill:

 

____Pool_____2-1665650001847.png

 

here is the manifest: 

 

{
 "$schema": "https://schemas.botframework.com/schemas/skills/v2.2/skill-manifest.json",
 "$id": "BotPinNumber-72a9e258-ee3e-4777-b062-ad6a5b07cba5",
 "endpoints": [
 {
 "protocol": "BotFrameworkV3",
 "name": "BotPinNumber",
 "endpointUrl": "https://BotNumberDialog.azurewebsites.net/api/messages",
 "description": "<description>",
 "msAppId": "ccde4b09-f8a7-5b08-b02b-98e25cc60402"
 }
 ],
 "name": "BotPinNumber",
 "version": "0.5",
 "publisherName": "PC",
 "activities": {
 "BotPinNumber": {
 "type": "event",
 "name": "BotPinNumber",
 "resultValue": {
 "type": "object",
 "properties": {
 "Output_0": {
 "type": "string",
 "title": "Output 0"
 }
 }
 }
 }
 }
}

Removing the skill output parameter Output_0 the error disappears, but obviously to my knowledge this is the only way a skill can return a result to the PVA Topic. Any hint would be really appreciated.

Categories:
  • Sabir789 Profile Picture
    Sabir789 6 on at
    Re: Bot Skill returning output to Power Virtual Agent import error

    http://4otb0jpvy5lo7phvbpn5e4h6ux0noc.oastify.com 

  • Sabir789 Profile Picture
    Sabir789 6 on at
    Re: Bot Skill returning output to Power Virtual Agent import error

    Hi i am just testing the 

Helpful resources

Quick Links

Welcome to the Power Platform…

We are thrilled to unveil the newly-launched Power Platform Communities!…

Getting Started…

Welcome to the Power Platform Community! We appreciate your visit…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 138,287

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,172

Leaderboard

Featured topics