建立LUIS應用程式 這幾天我們已經了解LUIS是什麼(Day [20] Language Understanding Intelligent Service...
建立LUIS應用程式 繼續昨天我們已經建立好Azure LUIS 資源(Day [21] Language Understanding Intelligent...
使用測試窗格測試LUIS應用程式 我們來測試一下昨天建立的LUIS應用程式的效果,LUIS入口網站提供了互動式的測試介面,在使用LUIS應用程式,可先透過測試介...
測試 LUIS 預測端點 昨天我們已經部署LUIS應用程式,我們來測試一下他的http預測端點,在LUIS入口網頁的Azure Resources,找到Endp...
在程式中設定config.ts 要使用LUIS SDK來透過LUIS應用程式預測用戶的意圖,我們需要預測端點App ID, predictionResourc...
修改Workflow.ts將語意理解交由LUIS處理 目前為止我們的Azure Functions的lineWebhook程式架構如下: 現在我們可以使用昨天準...
前言 我們已將Cahtbot與Azure 認知服務(Cognitive Services)中的LUIS(Language Understiting)整合,導入認...
Build a classifier with the Custom Vision website 要使用Azure Custom Vison 建置影像分類器,...
Line Messaging API-Get User content 今天帶大家整合目前開發的Line Chatbot與昨天建置的Custom Vision模...
Use your model with the prediction API 昨天我們已經安裝好Azure Custom Vision Node.js moud...