Click or drag to resize
AdmRecoOnlyPreferencesLuisAppId Property
Once you have configured the LUIS service to create and publish an intent model (see https://LUIS.ai) you will be given an Application ID guid. Use that GUID here.

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public string LuisAppId { get; set; }

Property Value

Type: String
See Also