LuResource(List<Section>, String, List<Error>) 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.
public LuResource (System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Section> sections, string content, System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Error> errors);
new Microsoft.Bot.Builder.Parsers.LU.LuResource : System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Section> * string * System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.Error> -> Microsoft.Bot.Builder.Parsers.LU.LuResource
Public Sub New (sections As List(Of Section), content As String, errors As List(Of Error))
Parameters
- content
- String