MockLuisLoader 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.
Custom json serializer for mocking luis.
public class MockLuisLoader : Microsoft.Bot.Builder.Dialogs.Declarative.Loaders.ICustomDeserializer
type MockLuisLoader = class
interface ICustomDeserializer
Public Class MockLuisLoader
Implements ICustomDeserializer
- Inheritance
-
MockLuisLoader
- Implements
Constructors
MockLuisLoader(IConfiguration) |
Initializes a new instance of the MockLuisLoader class. |
Methods
Load(JToken, JsonSerializer, Type) |
The method that loads the JToken object to a requested type. |