Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run my own bot #1

Open
snehapampatwar opened this issue Feb 14, 2018 · 3 comments
Open

Unable to run my own bot #1

snehapampatwar opened this issue Feb 14, 2018 · 3 comments

Comments

@snehapampatwar
Copy link

Hi Nick, you demo is fantastic! I downloaded your github project, is working fine but i tried to make it work with my Bot but I haven't been successful.I have created my luis app (https://www.luis.ai) but i am unable to find model id of my app. Is App id of luis app is the model id?Can you please tell me which azure service you have used for this demo.

Any idea why is not working? Thanks!

@ActiveNick
Copy link
Owner

Did you publish your LUIS model? In the LUIS portal, once you have defined your model with intents, entities & utterances, you Train it using the button at the top right, and thenm you need to go to the Publish options (top-right, between Build & Settings). Once you have published your model to your production slot, you will see your connection endpoint at the bottom. The endpoint contains two GUIDs: the first is the appid, the second is your subscription key. I hope this helps.

Nick

@snehapampatwar
Copy link
Author

Hi Nick,
Thanks for your prompt reply. Now with the help of starter key its working fine.Now i have one more problem, I am unable to integrate this into my Hololens using unity, Below are the steps i have followed to integrate into hololens. Please guide me if i miss any step.

  1. Created bot service in azure, AI+cognitive ->Web App Bot
  2. In the bot template i have choose LUIS template.
  3. In LUIS i had train and publish the model and got the appID and subscription Key.Put these id's into the RootLuisDialog.cs script in to the project MakerShowBot.
  4. In the azure portal, i have added direct line channel and got the secret key.
  5. In the application that you provide i.e HoloBot , i put this secret key in the BotService script.But its not working.

Any help would be really appreciated.

Sneha

@ActiveNick
Copy link
Owner

I assume you have already tested your bot itself and confirmed it is working using the Bot Framework emulator or another channel like Skype?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants