Search This Blog

Showing posts with label bot. Show all posts
Showing posts with label bot. Show all posts

Sunday, October 22, 2017

QnA Maker - the easy way to create a BOT

Build, train and publish a simple question and answer bot based on FAQ URLs, structured documents or editorial content in minutes.
QnA Maker:



great video tutorial









Saturday, October 21, 2017

ngrok - secure tunnels to localhost

ngrok - secure introspectable tunnels to localhost:


to work with your local IIS EXPRESS under visual studio use this:

ngrok http -host-header="localhost:58821" 58821

where 58821 is your port number

more details - how to use ngrok with windows and visual studio to test webhooks