LuisApplication interface

用于初始化 LuisRecognizer 的 LUIS 应用程序的说明。

属性

applicationId

LUIS 中的模型应用程序 ID

endpoint

(可选) LUIS 终结点,默认值为 https://westus.api.cognitive.microsoft.com

endpointKey

用于与 LUIS 通信的终结点密钥

属性详细信息

applicationId

LUIS 中的模型应用程序 ID

applicationId: string

属性值

string

endpoint

(可选) LUIS 终结点,默认值为 https://westus.api.cognitive.microsoft.com

endpoint?: string

属性值

string

endpointKey

用于与 LUIS 通信的终结点密钥

endpointKey: string

属性值

string