共用方式為


LuisApplication interface

用來初始化 LuisRecognizer 的 LUIS 應用程式描述。

屬性

applicationId

來自 LUIS 的模型應用程式識別碼

endpoint

(選擇性)默認為 https://westus.api.cognitive.microsoft.com 的 LUIS 端點

endpointKey

與 LUIS 交談的端點金鑰

屬性詳細資料

applicationId

來自 LUIS 的模型應用程式識別碼

applicationId: string

屬性值

string

endpoint

(選擇性)默認為 https://westus.api.cognitive.microsoft.com 的 LUIS 端點

endpoint?: string

屬性值

string

endpointKey

與 LUIS 交談的端點金鑰

endpointKey: string

屬性值

string