Not invoking Cortana Skill deployed in Azure Bot Service with channel default settings
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm following this tutorial here https://docs.microsoft.com/en-us/cortana/skills/mva22-hello-world
I confirmed that Cortana on my Windows 10 device was signed in as the Microsoft account (consumer) where I have deployed the Azure Bot Service to. But when I type "Ask jthake-cortana 'Hello world'" it launches my browser and does a web search.
The last step seems like it's missing something. I found the page that explains how to test the skill https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-cortana-skill?view=azure-bot-service-3.0 But this didn't help either.
I also tried "Test Group Settings" option, not "Default Settings" and add my email account and my work account there and click Create Group. That didn't work either. I tried the invocation word on its own and also didn't work.
How do i invoke the Cortana skill properly
botframework cortana
add a comment |
I'm following this tutorial here https://docs.microsoft.com/en-us/cortana/skills/mva22-hello-world
I confirmed that Cortana on my Windows 10 device was signed in as the Microsoft account (consumer) where I have deployed the Azure Bot Service to. But when I type "Ask jthake-cortana 'Hello world'" it launches my browser and does a web search.
The last step seems like it's missing something. I found the page that explains how to test the skill https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-cortana-skill?view=azure-bot-service-3.0 But this didn't help either.
I also tried "Test Group Settings" option, not "Default Settings" and add my email account and my work account there and click Create Group. That didn't work either. I tried the invocation word on its own and also didn't work.
How do i invoke the Cortana skill properly
botframework cortana
If the MSA creating the bot/skill is the same as the one logged in with Cortana, the invocation name should be primed. So it should work. If it does not, file a dsat so it can be triaged.
– Micromuncher
Jan 4 at 6:00
add a comment |
I'm following this tutorial here https://docs.microsoft.com/en-us/cortana/skills/mva22-hello-world
I confirmed that Cortana on my Windows 10 device was signed in as the Microsoft account (consumer) where I have deployed the Azure Bot Service to. But when I type "Ask jthake-cortana 'Hello world'" it launches my browser and does a web search.
The last step seems like it's missing something. I found the page that explains how to test the skill https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-cortana-skill?view=azure-bot-service-3.0 But this didn't help either.
I also tried "Test Group Settings" option, not "Default Settings" and add my email account and my work account there and click Create Group. That didn't work either. I tried the invocation word on its own and also didn't work.
How do i invoke the Cortana skill properly
botframework cortana
I'm following this tutorial here https://docs.microsoft.com/en-us/cortana/skills/mva22-hello-world
I confirmed that Cortana on my Windows 10 device was signed in as the Microsoft account (consumer) where I have deployed the Azure Bot Service to. But when I type "Ask jthake-cortana 'Hello world'" it launches my browser and does a web search.
The last step seems like it's missing something. I found the page that explains how to test the skill https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-cortana-skill?view=azure-bot-service-3.0 But this didn't help either.
I also tried "Test Group Settings" option, not "Default Settings" and add my email account and my work account there and click Create Group. That didn't work either. I tried the invocation word on its own and also didn't work.
How do i invoke the Cortana skill properly
botframework cortana
botframework cortana
asked Jan 3 at 20:17
Jeremy Thake MSFTJeremy Thake MSFT
8271511
8271511
If the MSA creating the bot/skill is the same as the one logged in with Cortana, the invocation name should be primed. So it should work. If it does not, file a dsat so it can be triaged.
– Micromuncher
Jan 4 at 6:00
add a comment |
If the MSA creating the bot/skill is the same as the one logged in with Cortana, the invocation name should be primed. So it should work. If it does not, file a dsat so it can be triaged.
– Micromuncher
Jan 4 at 6:00
If the MSA creating the bot/skill is the same as the one logged in with Cortana, the invocation name should be primed. So it should work. If it does not, file a dsat so it can be triaged.
– Micromuncher
Jan 4 at 6:00
If the MSA creating the bot/skill is the same as the one logged in with Cortana, the invocation name should be primed. So it should work. If it does not, file a dsat so it can be triaged.
– Micromuncher
Jan 4 at 6:00
add a comment |
1 Answer
1
active
oldest
votes
I had used the default invocatoin name provided, which was the name of the Azure Bot Service 'jthake-Cortana'. I changed it to a normal single word. And typing "Ask bobble 'hello'" worked. There is guidance here on what names to use https://docs.microsoft.com/en-us/cortana/skills/cortana-invocation-guidelines .
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54029209%2fnot-invoking-cortana-skill-deployed-in-azure-bot-service-with-channel-default-se%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had used the default invocatoin name provided, which was the name of the Azure Bot Service 'jthake-Cortana'. I changed it to a normal single word. And typing "Ask bobble 'hello'" worked. There is guidance here on what names to use https://docs.microsoft.com/en-us/cortana/skills/cortana-invocation-guidelines .
add a comment |
I had used the default invocatoin name provided, which was the name of the Azure Bot Service 'jthake-Cortana'. I changed it to a normal single word. And typing "Ask bobble 'hello'" worked. There is guidance here on what names to use https://docs.microsoft.com/en-us/cortana/skills/cortana-invocation-guidelines .
add a comment |
I had used the default invocatoin name provided, which was the name of the Azure Bot Service 'jthake-Cortana'. I changed it to a normal single word. And typing "Ask bobble 'hello'" worked. There is guidance here on what names to use https://docs.microsoft.com/en-us/cortana/skills/cortana-invocation-guidelines .
I had used the default invocatoin name provided, which was the name of the Azure Bot Service 'jthake-Cortana'. I changed it to a normal single word. And typing "Ask bobble 'hello'" worked. There is guidance here on what names to use https://docs.microsoft.com/en-us/cortana/skills/cortana-invocation-guidelines .
answered Jan 3 at 21:24
Jeremy Thake MSFTJeremy Thake MSFT
8271511
8271511
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54029209%2fnot-invoking-cortana-skill-deployed-in-azure-bot-service-with-channel-default-se%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If the MSA creating the bot/skill is the same as the one logged in with Cortana, the invocation name should be primed. So it should work. If it does not, file a dsat so it can be triaged.
– Micromuncher
Jan 4 at 6:00