BotConfigurationExtensions.ValidateLuisKeyExistence(BotConfiguration) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überprüft, ob für der LuisService schlüssel definiert ist.
public static (bool IsValid, string ErrMsg) ValidateLuisKeyExistence (this Microsoft.Bot.Configuration.BotConfiguration botConfiguration);
static member ValidateLuisKeyExistence : Microsoft.Bot.Configuration.BotConfiguration -> ValueTuple<bool, string>
<Extension()>
Public Function ValidateLuisKeyExistence (botConfiguration As BotConfiguration) As ValueTuple(Of Boolean, String)
Parameter
- botConfiguration
- BotConfiguration
Zu erweiternde BotConfiguration-Objekt.
Gibt zurück
Tupel mit einem booleschen Wert, der angibt, ob die Luis-Schlüssel einer Botkonfigurationsdatei vorhanden sind, und dessen Fehlermeldung.