BotConfigurationExtensions.ValidateQnAKeyExistence(BotConfiguration) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查 是否已 QnAMakerService 定義索引鍵。
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)
參數
- botConfiguration
- BotConfiguration
要擴充的 BotConfiguration 物件。
傳回
布林值,指出 Bot 組態檔的 QnAMaker 金鑰是否存在。