LuisApplication interface

Description of a LUIS application used for initializing a LuisRecognizer.

Properties

applicationId

Your models application Id from LUIS

endpoint

(Optional) LUIS endpoint with a default of https://westus.api.cognitive.microsoft.com

endpointKey

Endpoint key for talking to LUIS

Property Details

applicationId

Your models application Id from LUIS

applicationId: string

Property Value

string

endpoint

(Optional) LUIS endpoint with a default of https://westus.api.cognitive.microsoft.com

endpoint?: string

Property Value

string

endpointKey

Endpoint key for talking to LUIS

endpointKey: string

Property Value

string