botbuilder-js/doc/botbuilder-ai/interfaces/botbuilder_ai.luisapplicati...

997 B

Bot Builder SDK - AI

Globals / botbuilder-ai / LuisApplication

Interface: LuisApplication

Description of a LUIS application used for initializing a LuisRecognizer.

Hierarchy

  • LuisApplication

Index

Properties

Properties

applicationId

applicationId: string

Defined in libraries/botbuilder-ai/lib/luisRecognizer.d.ts:20

Your models application Id from LUIS


endpoint

Optional endpoint: string

Defined in libraries/botbuilder-ai/lib/luisRecognizer.d.ts:24

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


endpointKey

endpointKey: string

Defined in libraries/botbuilder-ai/lib/luisRecognizer.d.ts:28

Endpoint key for talking to LUIS