09d9f53e89
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
.gitignore | ||
GeoPol.xml | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
index.js | ||
package.json | ||
webchat_secret.PNG | ||
webchat_secret2.png | ||
webmd.png | ||
webmdpng.png |
README.md
Health Bot Ping Test
Send a single turn utterance to test the availability of the Health Bot. The bot will respond with a response according to the utterance. HTTP error 500 will be returned if there is an error. To test success, you will need to compare the actual response with the expected response.
- Deploy the website:
You can obtain this secret from the Health Bot dashboard
- To invoke the test, call endpoint of this service with /ping?utterance=hi
For example, to send the "hi" utterance, call the following endpoint with GET method https://mypingtest.azurewebsites.net/ping?utterance=hi