MockLuisLoader(IConfiguration) Constructor
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.
Initializes a new instance of the MockLuisLoader class.
public MockLuisLoader (Microsoft.Extensions.Configuration.IConfiguration configuration = default);
new Microsoft.Bot.Builder.AI.Luis.Testing.MockLuisLoader : Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Bot.Builder.AI.Luis.Testing.MockLuisLoader
Public Sub New (Optional configuration As IConfiguration = Nothing)
Parameters
- configuration
- IConfiguration
Configuration to use or null for no settings and caching.