LuisApplication interface
Description of a LUIS application used for initializing a LuisRecognizer.
Properties
| application |
Your models application Id from LUIS |
| endpoint | (Optional) LUIS endpoint with a default of https://westus.api.cognitive.microsoft.com |
| endpoint |
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