If I create a Bot Framework skill, in the manifestTemplate.json, you must supply example trigger uttterances, either by pointing to an Intent in a .lu file, or by supplying raw text utterances in the manifest - see https://microsoft.github.io/botframework-solutions/skills/handbook/manifest/
When you add a skill to a PAVA topic, do these example utterances automatically get used as topic trigger phrases for the topic where you add the skill, or must you manually define them as trigger phrases? Any plans to enable automatic usage?
Solved! Go to Solution.
Hi @AndyCW ,
You are correct, the PVA does not use those utterances. You should use the topic trigger phrases to trigger the correct topic, which contains your skill.
If that is a feature you're interested in, please use our ideas forum here: http://aka.ms/PowerVirtualAgentsIdeas.
@pawan-msft FYI - Thanks
Hi @AndyCW ,
Check if this topic can help you: https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Forum/Add-PVA-as-skill-to-exiting-MS-bot-fr...
Thanks but that doesn't address my question.
To restate, if you create a BF Skill, you have to supply trigger phrases within the manifest.
For example:
"triggers": { "utterances": [ { "locale": "en", "text": [ "2 hour meeting with darren at 5 on tuesday", "add a meeting with darren to my calendar" ] } ] }
But it seems that PAVA does not use these utterances, unless I'm missing something. Does it?
Hi @AndyCW ,
You are correct, the PVA does not use those utterances. You should use the topic trigger phrases to trigger the correct topic, which contains your skill.
If that is a feature you're interested in, please use our ideas forum here: http://aka.ms/PowerVirtualAgentsIdeas.
@pawan-msft FYI - Thanks
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Check out Tomasz Poszytek's session from the 2020 Power Platform Community Conference!