BotConfigurationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is deprecated. See https://aka.ms/bot-file-basics for more information.
Extension methods for BotConfiguration.
[System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)]
public static class BotConfigurationExtensions
[<System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)>]
type BotConfigurationExtensions = class
Public Module BotConfigurationExtensions
- Inheritance
-
BotConfigurationExtensions
- Attributes
Methods
IsProjectNameSpaceless(BotConfiguration, String) |
Check if the Project's Name contains white spaces. |
ValidateLuisKeyExistence(BotConfiguration) |
Checks if the LuisService has its key defined. |
ValidateQnAKeyExistence(BotConfiguration) |
Checks if the QnAMakerService has its key defined. |