如何使用Postman 來測試你的QnA service
預先準備:
- 請安裝PostMan, https://www.getpostman.com/
Step 1. 從QnA Marker\MyServices的頁面下取得你的request sample code
按下View code 之後你會看到
Step 2. 打開PostMan
Step 3. 輸入你的 request URL 並且更改 HTTP request method 為 POST
(Request URL = HOST + POST )
所以這裡的request URL會是
https://westus.api.cognitive.microsoft.com/qnamaker/v2.0/knowledgebases/80ef546c-4ab2-590e-84e6-bf8e3983a174/generateAnswer
Step 4. 在header 底下 加入Content type 還有你的 Subscription key
Step 5. 在 Body下加入你想要測試的問題,最後再點擊Send
這裡我想要測試的問題是hi
留言
張貼留言