user2494444
user2494444

Reputation: 153

Cortana Channel Integration to Bot takes to browser after invocation

I created basic Web app bot (LUIS template, SDK v3) using Azure Bot service. I added some intents and entities and have tested that bot works in web chat control.

After that I added Cortana Channel to it. Gave Invocation name as "my desk" and deployed to Cortana.

I made sure my i am logged into Cortana using same MS account as i used to register into bot framework and language and region settings are En-US on my PC as well as Cortana.

I invoke by asking "Hey Cortana, ask my desk get green book". After this, it opens a browser with some search results.

I am unable to understand whats the problem here? How to debug this issue , in which direction? This is a very simple basic bot that Cortana i think is not able to invoke.

Any help greatly appreciated!!

Thanks!

Upvotes: 0

Views: 49

Answers (1)

Micromuncher
Micromuncher

Reputation: 903

There may be an issue with cookies; even when changing the user. Please confirm that you have changed between MSAs, or specifically, an MSA and AAD account during your development process. If you do change between accounts on the Cortana notebook, you can try clearing Edge (used by Cortana to render) cookies or Cortana data here. https://privacy.microsoft.com/en-us/windows-10-microsoft-edge-and-privacy

Please let me know.

Upvotes: 0

Related Questions