This commit is contained in:
Axel Suarez 2020-09-24 14:24:51 -07:00
Родитель acda8f460a
Коммит 55b28874d7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,7 +76,7 @@ namespace Microsoft.Bot.Builder.Parsers.LU.Parser
emptyIntentSection.Name = section.Name;
emptyIntentSection.Id = $"{emptyIntentSection.SectionType}_{emptyIntentSection.Name}";
// get the end character index
// Get the end character index
// this is default value
// it will be reset in function extractSectionBody()
var endCharacter = section.Name.Length + 2;