Freigeben über


BotConfigurationExtensions.ValidateQnAKeyExistence(BotConfiguration) Methode

Definition

Überprüft, ob der QnAMakerService Schlüssel für definiert ist.

public static (bool IsValid, string ErrMsg) ValidateQnAKeyExistence (this Microsoft.Bot.Configuration.BotConfiguration botConfiguration);
static member ValidateQnAKeyExistence : Microsoft.Bot.Configuration.BotConfiguration -> ValueTuple<bool, string>
<Extension()>
Public Function ValidateQnAKeyExistence (botConfiguration As BotConfiguration) As ValueTuple(Of Boolean, String)

Parameter

botConfiguration
BotConfiguration

Zu erweiternde BotConfiguration-Objekt.

Gibt zurück

Boolescher Wert, der angibt, ob die QnAMaker-Schlüssel einer Botkonfigurationsdatei vorhanden sind.

Gilt für: