NewEntitySection Class

Definition

public class NewEntitySection : Microsoft.Bot.Builder.Parsers.LU.SectionEntity
type NewEntitySection = class
    inherit SectionEntity
Public Class NewEntitySection
Inherits SectionEntity
Inheritance
NewEntitySection

Constructors

NewEntitySection(LUFileParser+NewEntitySectionContext)

Properties

Body (Inherited from Section)
CompositeDefinition (Inherited from Section)
Description (Inherited from Section)
Entities (Inherited from Section)
Errors (Inherited from Section)
Features (Inherited from Section)
Id (Inherited from Section)
IntentNameLine (Inherited from Section)
ListBody (Inherited from Section)
ModelInfo (Inherited from Section)
Name (Inherited from Section)
Path (Inherited from Section)
Range (Inherited from Section)
RegexDefinition (Inherited from Section)
Roles (Inherited from Section)
SectionType (Inherited from Section)
SimpleIntentSection (Inherited from Section)
SimpleIntentSections (Inherited from Section)
SynonymsList (Inherited from Section)
SynonymsOrPhraseList (Inherited from Section)
Type (Inherited from Section)
UtteranceAndEntitiesMap (Inherited from Section)

Methods

ExtractCompositeDefinition(LUFileParser+NewEntitySectionContext)
ExtractFeatures(LUFileParser+NewEntitySectionContext)
ExtractName(LUFileParser+NewEntitySectionContext)
ExtractPhraseList(LUFileParser+NewEntitySectionContext)
ExtractRegexDefinition(LUFileParser+NewEntitySectionContext)
ExtractRoles(LUFileParser+NewEntitySectionContext)
ExtractSynonyms(LUFileParser+NewEntitySectionContext)
ExtractType(LUFileParser+NewEntitySectionContext)

Applies to