Deployed QnA bot, added channel, published channel, unable to view from mobile app or desktop. It starts searching web instead of invoking my bot.
QnA bot published to myself and the group but Cortana not working on iphone and desktop
64 Views Asked by idiip At
1
There are 1 best solutions below
Related Questions in AZURE
- Why does Azure Auto-Scale scale go lower then minimum amount of instances?
- Data execution plan ended with error on DB restore
- Why does Azure CloudConfigurationManager.GetSetting return null
- Do I need other roles than Worker Role for a web site and service layer in Azure?
- Azure Web App PATH Variable Modification
- Azure Data Factory: LinkedService for AzureSql in failed state
- How To Update a Web Application In Azure and Keep The App Up the whole time
- Using Azure MobileServices library with my own LAN WebApi
- ionCube loader error on Azure IIS
- App crash (if closed) after click on notification
- How to get sql data bases instances in azure using java api
- I want to create file in azure share using python PUT requests but getting error signature not correct including headers
- Enabling OPTIONS method on Azure Cloud Service (to enable CORS)
- Redirecting subdomain to directory on Azure
- Kaltura account settings error
Related Questions in BOTFRAMEWORK
- Bot listening to another bot in group conversation
- The type arguments for method IDialogStack.Wait<R>(ResumeAfter<R> resume) cannot be inferred from the usage
- How to convert the .wav audio files into text and identify the intents using LUIS
- C# | MS BotBuilder | Usage of DefaultIfException
- How to develop skype calling functionality using Azure Bot Service
- How can I simulate a group conversation in the Bot Framework emulator?
- How to get the Skype username using skype calling feature
- How to send rich text card using Microsoft Bot Framework and Facebook Messenger?
- Login user with MS Teams bot
- MS Bot with Multiple Form Dialog
- How to connect local WebChat client to a bot running locally?
- #botframework dependency injection
- How to send a gif image in bot framework without using sourceEvent
- MS BotFramework Data Saving, BotState
- How to implement the Cortana Speech API or Bing Search API’s in QnA Maker Service?
Related Questions in BOTS
- C++ IRC Bot Buffer Error
- Python AttributeError: 'str' object has no attribute 'append' (Specific)
- Problems creating a polling system for a twitch bot
- A good estimate as to how many visitors are bots
- Creating a custom bot rather than using Hubot with Firebase
- Change audio output
- I want to create a bot that can open my bluestacks app player , then install apps to open various apps and then finally close bluestacks .
- Bamboo and xCode Bot solution
- Identify sending user, Python IRC
- How to block "bot*" bot via .htaccess
- Xcode Server Simulator Times Out Waiting 120 Seconds
- Python (2.7.10): Key Error: 'id'
- How can I get these Perl scripts to delay?
- addition with python into a .txt file
- How do I add variable `XP` to `userData.XP` for my Discord.js bot?
Related Questions in CORTANA
- Coding an email that Siri and Google Now will pick up Schema.org markup from?
- Cannot install VCD file UWP installCommandDefinitionsFromStorageFileAsync
- Cortana Integration: Unable to install VCD XML file
- Microsoft Bot + Cortana in Windows 10 Laptop
- How do I create custom Cortana commands that overlap with the built in ones?
- How can I use cortana voice commands in electron?
- Cortana goes to bing for specific commands
- Getting acces to maps place favorites
- How can I dynamically clear custom VCD commands from Cortana?
- Is it possible to integrate Cortana to custom app as it is done in Edge?
- URI string to launch Cortana in Listening + Full screen mode
- Control Presentations with Cortana
- Cortana Skill works on Windows 10, but not on iOS
- Cortana Channel Integration to Bot takes to browser after invocation
- Cortana- Retrieve the voice input provided in wav or BLOB format
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you published to self, this is either 1/ a classic example of not being logged in. or 2/ using ambiguous invocation phrases.
For 1/ go to your Cortana notebook and make sure that the signed in user account is the same as the account under which you published your skill (to self). If not, click on your account and sign out / in again as that user.
For 2/ watch what the voice recognition interprets the invocation phrase to be. If you do not see your icon show up (i.e. Cortana is letting you know its mapped the invocation phrase to the skill), try a different phrase when you connect the Cortana channel. Also try using
askinstead ofopen. There is no speech priming in publish to self. So, for example, an invocation phrase of 'ask toyomatic ...' will be recognized as "ask toy o'matic". Use something generic until you publish to world (like 'ask [my name] demo').Also, for now, you must use an MSA account to publish a Cortana skill.
Hope this helps.