SectionEntity Constructors
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.
Overloads
| SectionEntity() | |
| SectionEntity(LUFileParser+EntitySectionContext) |
SectionEntity()
public SectionEntity ();
Public Sub New ()
Applies to
SectionEntity(LUFileParser+EntitySectionContext)
public SectionEntity (LUFileParser.EntitySectionContext parseTree);
new Microsoft.Bot.Builder.Parsers.LU.SectionEntity : LUFileParser.EntitySectionContext -> Microsoft.Bot.Builder.Parsers.LU.SectionEntity
Public Sub New (parseTree As LUFileParser.EntitySectionContext)
Parameters
- parseTree
- LUFileParser.EntitySectionContext