SYMBOL INDEX (616 symbols across 107 files) FILE: Orchestrator/Samples/dotnet/nlp-with-entities/AdapterWithErrorHandler.cs class AdapterWithErrorHandler (line 13) | public class AdapterWithErrorHandler : BotFrameworkHttpAdapter method AdapterWithErrorHandler (line 15) | public AdapterWithErrorHandler(IConfiguration configuration, ILogger logger) method OnMessageActivityAsync (line 27) | protected override async Task OnMessageActivityAsync(ITurnContext ... method ProcessSampleQnAAsync (line 110) | private async Task ProcessSampleQnAAsync(ITurnContext FILE: Orchestrator/Samples/dotnet/nlp-with-entities/Startup.cs class Startup (line 17) | public class Startup method Startup (line 19) | public Startup(IConfiguration configuration) method ConfigureServices (line 27) | public void ConfigureServices(IServiceCollection services) method Configure (line 44) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) method InitializeOrchestrator (line 62) | private OrchestratorRecognizer InitializeOrchestrator() FILE: dri/helpers.py function filter_stale_customer_issues (line 41) | def filter_stale_customer_issues(issue, days_old=60): function last_touched_by_microsoft (line 49) | def last_touched_by_microsoft(issue, microsoft_members) -> bool: function get_msorg_members (line 55) | def get_msorg_members(github, refresh_in_days=5): function filter_azure (line 77) | def filter_azure(repo, issue): function strfdelta (line 85) | def strfdelta(tdelta, fmt): function add_last_comment (line 92) | def add_last_comment(issue, stale_days=10): function filter_bot_service_label (line 109) | def filter_bot_service_label(issue): function filter_customer_reported_label (line 112) | def filter_customer_reported_label(issue): function filter_customer_replied_label (line 115) | def filter_customer_replied_label(issue): function filter_adaptive_label (line 118) | def filter_adaptive_label(issue): function filter_exempt_from_dri_label (line 121) | def filter_exempt_from_dri_label(issue): function filter_milestone_label (line 124) | def filter_milestone_label(issue): FILE: dri/output.py class OuputIssuesJson (line 27) | class OuputIssuesJson(): method __init__ (line 28) | def __init__(self): method write_output (line 31) | def write_output(self, file_name = "botreport_" + datetime.now().strft... class OutputRepository (line 36) | class OutputRepository(): method __init__ (line 37) | def __init__(self, name): class OutputIssue (line 42) | class OutputIssue(): method __init__ (line 43) | def __init__(self, tag, issue): function print_issue (line 47) | def print_issue(issue): function print_status (line 57) | def print_status(text, css=''): function print_stale_issue (line 67) | def print_stale_issue(issue): function print_break (line 75) | def print_break(): function setup_html (line 78) | def setup_html(): FILE: dri/report.py function main (line 108) | def main(): FILE: parsers/LU/JS/common/config/rush/pnpmfile.js function readPackage (line 29) | function readPackage(packageJson, context) { FILE: parsers/LU/JS/common/scripts/install-run-rush.js constant PACKAGE_NAME (line 18) | const PACKAGE_NAME = '@microsoft/rush'; constant RUSH_PREVIEW_VERSION (line 19) | const RUSH_PREVIEW_VERSION = 'RUSH_PREVIEW_VERSION'; function _getRushVersion (line 20) | function _getRushVersion() { function _run (line 41) | function _run() { FILE: parsers/LU/JS/common/scripts/install-run.js constant RUSH_TEMP_FOLDER_ENV_VARIABLE_NAME (line 20) | const RUSH_TEMP_FOLDER_ENV_VARIABLE_NAME = 'RUSH_TEMP_FOLDER'; constant INSTALLED_FLAG_FILENAME (line 21) | const INSTALLED_FLAG_FILENAME = 'installed.flag'; constant NODE_MODULES_FOLDER_NAME (line 22) | const NODE_MODULES_FOLDER_NAME = 'node_modules'; constant PACKAGE_JSON_FILENAME (line 23) | const PACKAGE_JSON_FILENAME = 'package.json'; function _parsePackageSpecifier (line 27) | function _parsePackageSpecifier(rawPackageSpecifier) { function _syncNpmrc (line 63) | function _syncNpmrc(sourceNpmrcFolder, targetNpmrcFolder) { function getNpmPath (line 111) | function getNpmPath() { function _ensureFolder (line 138) | function _ensureFolder(folderPath) { function _ensureAndJoinPath (line 151) | function _ensureAndJoinPath(baseFolder, ...pathSegments) { function _getRushTempFolder (line 167) | function _getRushTempFolder(rushCommonFolder) { function _resolvePackageVersion (line 180) | function _resolvePackageVersion(rushCommonFolder, { name, version }) { function findRushJsonFolder (line 230) | function findRushJsonFolder() { function _isPackageAlreadyInstalled (line 254) | function _isPackageAlreadyInstalled(packageInstallFolder) { function _cleanInstallFolder (line 273) | function _cleanInstallFolder(rushTempFolder, packageInstallFolder) { function _createPackageJson (line 293) | function _createPackageJson(packageInstallFolder, name, version) { function _installPackage (line 315) | function _installPackage(packageInstallFolder, name, version) { function _getBinPath (line 336) | function _getBinPath(packageInstallFolder, binName) { function _writeFlagFile (line 344) | function _writeFlagFile(packageInstallFolder) { function installAndRun (line 353) | function installAndRun(packageName, packageVersion, packageBinName, pack... function runWithErrorAndStatusCode (line 384) | function runWithErrorAndStatusCode(fn) { function _run (line 395) | function _run() { FILE: parsers/LU/JS/common/scripts/version-and-pack.js function main (line 24) | async function main() { function extractVersion (line 86) | function extractVersion(argv) { function parseTgz (line 94) | function parseTgz(text) { function exec (line 103) | async function exec(command, args, opts) { function createIfNotExistSync (line 135) | function createIfNotExistSync(path) { function prettyLogger (line 145) | function prettyLogger(...labels) { FILE: parsers/LU/JS/packages/lu/src/parser/converters/helpers/writer.js class Writer (line 2) | class Writer { method constructor (line 3) | constructor() { method setOutputStream (line 8) | async setOutputStream(outputPath) { method increaseIndentation (line 30) | increaseIndentation() { method decreaseIndentation (line 33) | decreaseIndentation() { method write (line 36) | write(str) { method writeLine (line 39) | writeLine(str = '') { method writeIndented (line 49) | writeIndented(str) { method writeLineIndented (line 66) | writeLineIndented(lines) { method closeOutputStream (line 76) | async closeOutputStream() { FILE: parsers/LU/JS/packages/lu/src/parser/cross-train/crossTrainer.js constant NEWLINE (line 20) | const NEWLINE = require('os').EOL constant QNA_GENERIC_SOURCE (line 22) | const QNA_GENERIC_SOURCE = "custom editorial" constant MAX_QUESTIONS_PER_ANSWER (line 23) | const MAX_QUESTIONS_PER_ANSWER = 1000 FILE: parsers/LU/JS/packages/lu/src/parser/lu/lu.js class Lu (line 9) | class Lu { method constructor (line 10) | constructor(content, options = new luOptions){ method translate (line 24) | async translate(translate_key, tgt_lang, translate_comments = false, t... FILE: parsers/LU/JS/packages/lu/src/parser/lu/luOptions.js class LuOptions (line 1) | class LuOptions { method constructor (line 2) | constructor(id = '', includeInCollate = true, language = '', path = ''){ FILE: parsers/LU/JS/packages/lu/src/parser/lu/qna.js class Qna (line 9) | class Qna { method constructor (line 10) | constructor(content, options = new qnaOptions()){ method translate (line 24) | async translate(translate_key, tgt_lang, translate_comments = false, t... FILE: parsers/LU/JS/packages/lu/src/parser/lu/qnaOptions.js class QnAOptions (line 1) | class QnAOptions { method constructor (line 2) | constructor(id = '', includeInCollate = true, language = '', path = ''){ FILE: parsers/LU/JS/packages/lu/src/parser/lubuild/builder.ts class Builder (line 25) | class Builder { method constructor (line 28) | constructor(handler: any) { method loadContents (line 32) | async loadContents( method build (line 154) | async build( method writeDialogAssets (line 287) | async writeDialogAssets(contents: any[], force: boolean, out: string, ... method getActiveVersionIds (line 336) | async getActiveVersionIds(appNames: string[], authoringKey: string, re... method initApplicationFromLuContent (line 355) | async initApplicationFromLuContent(content: any, botName: string, suff... method updateApplication (line 370) | async updateApplication(currentApp: any, luBuildCore: LuBuildCore, rec... method createApplication (line 410) | async createApplication(currentApp: any, luBuildCore: LuBuildCore, rec... method trainAndPublishApplication (line 420) | async trainAndPublishApplication(luBuildCore: LuBuildCore, recognizer:... method generateDeclarativeAssets (line 451) | generateDeclarativeAssets(recognizers: Array, multiRecogni... method mergeSettingsContent (line 477) | mergeSettingsContent(settingsPath: string, contents: any[]) { method filterEmptyIntents (line 489) | filterEmptyIntents(app: any) { FILE: parsers/LU/JS/packages/lu/src/parser/lubuild/core.ts class LuBuildCore (line 17) | class LuBuildCore { method constructor (line 24) | constructor(subscriptionKey: string, endpoint: string, retryCount: num... method getApplicationList (line 35) | public async getApplicationList() { method getApplicationInfo (line 61) | public async getApplicationInfo(appId: string) { method importApplication (line 87) | public async importApplication(currentApp: any): Promise { method exportApplication (line 122) | public async exportApplication(appId: string, versionId: string) { method compareApplications (line 159) | public compareApplications(currentApp: any, existingApp: any) { method updateVersion (line 196) | public updateVersion(currentApp: any, existingApp: any) { method importNewVersion (line 209) | public async importNewVersion(appId: string, app: any, options: any) { method listApplicationVersions (line 244) | public async listApplicationVersions(appId: string) { method deleteVersion (line 270) | public async deleteVersion(appId: string, versionId: string) { method trainApplication (line 293) | public async trainApplication(appId: string, versionId: string) { method getTrainingStatus (line 316) | public async getTrainingStatus(appId: string, versionId: string) { method publishApplication (line 342) | public async publishApplication(appId: string, versionId: string, isSt... method updateVersionValue (line 369) | private updateVersionValue(versionId: string) { method isApplicationEqual (line 392) | private isApplicationEqual(appA: any, appB: any) { method sortLuis (line 404) | private sortLuis(app: any) { method sortProperty (line 419) | private sortProperty(arrayToSort: any[], propertyToSort: string) { FILE: parsers/LU/JS/packages/lu/src/parser/lubuild/cross-trained-recognizer.ts class CrossTrainedRecognizer (line 6) | class CrossTrainedRecognizer { method constructor (line 11) | constructor(dialogPath: string, recognizers: any, schema?: string) { method save (line 17) | save(): string { method getDialogPath (line 30) | getDialogPath(): string { FILE: parsers/LU/JS/packages/lu/src/parser/lubuild/multi-language-recognizer.ts class MultiLanguageRecognizer (line 8) | class MultiLanguageRecognizer { method constructor (line 14) | constructor(dialogPath: string, recognizers: any, schema?: string) { method save (line 21) | save(): string { method getDialogPath (line 35) | getDialogPath(): string { FILE: parsers/LU/JS/packages/lu/src/parser/lubuild/recognizer.ts class Recognizer (line 9) | class Recognizer { method load (line 10) | static load(luFile: string, targetFileName: string, dialogPath: string... method constructor (line 35) | constructor(private readonly luFile: string, targetFileName: string, s... method save (line 45) | save(): string { method getAppId (line 61) | getAppId(): string { method setAppId (line 65) | setAppId(appId: string) { method getDialogPath (line 69) | getDialogPath(): string { method getLuPath (line 73) | getLuPath() { FILE: parsers/LU/JS/packages/lu/src/parser/lubuild/settings.ts class Settings (line 6) | class Settings { method constructor (line 10) | constructor(settingsPath: string, luis: any) { method save (line 15) | save(): string { method getSettingsPath (line 23) | getSettingsPath(): string { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/baseSection.js class BaseSection (line 1) | class BaseSection { method constructor (line 2) | constructor(parameters) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/classes/filesToParse.js class FileToParse (line 5) | class FileToParse { method constructor (line 12) | constructor(filePath, includeInCollate) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/classes/hclasses.js method constructor (line 7) | constructor(sourceFile, model) { method constructor (line 13) | constructor(entity, value, start, end) { method constructor (line 21) | constructor(intent, utterances) { method constructor (line 27) | constructor(text, intent, entities) { method constructor (line 34) | constructor(intents, patterns) { method constructor (line 40) | constructor(pattern, intent) { method constructor (line 46) | constructor(name, mode, words, activated) { method constructor (line 54) | constructor(canonicalForm, list) { method constructor (line 60) | constructor(name, subLists, roles) { method constructor (line 67) | constructor (name, regexPattern, roles) { method constructor (line 74) | constructor (name, children, roles) { method constructor (line 81) | constructor (name, startPos, endPos, role) { method constructor (line 88) | constructor (parent, startPos, entity, value, endPos, type, role) { method constructor (line 99) | constructor(name, explicitList, roles) { method constructor (line 106) | constructor(name, type, roles) { method addRoles (line 111) | addRoles(roles) { method hasRole (line 116) | hasRole(value) { method constructor (line 121) | constructor(name, featureType) { method constructor (line 127) | constructor(name, featureType) { method constructor (line 133) | constructor(name, instanceOf, context, children, features) { method constructor (line 142) | constructor(name, isRequired) { method constructor (line 148) | constructor(name, isRequired) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/classes/parserObject.js constant LUIS (line 6) | const LUIS = require('./../../luis/luis'); class parserObject (line 8) | class parserObject { method constructor (line 27) | constructor() { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/diagnostic.js class Diagnostic (line 4) | class Diagnostic { method constructor (line 5) | constructor(range, message, severity = DiagnosticSeverity.ERROR) { method toString (line 11) | toString() { class Range (line 24) | class Range { method constructor (line 25) | constructor(start, end) { method toString (line 30) | toString() { class Position (line 44) | class Position { method constructor (line 45) | constructor(line, character) { method toString (line 50) | toString() { return `line ${this.Line}:${this.Character}` } FILE: parsers/LU/JS/packages/lu/src/parser/lufile/entitySection.js class EntitySection (line 10) | class EntitySection extends BaseSection { method constructor (line 15) | constructor(parseTree) { method ExtractName (line 27) | ExtractName(parseTree) { method ExtractType (line 48) | ExtractType(parseTree) { method ExtractSynonymsOrPhraseList (line 59) | ExtractSynonymsOrPhraseList(parseTree) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/generated/LUFileLexer.js function LUFileLexer (line 450) | function LUFileLexer(input) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/generated/LUFileParser.js function LUFileParser (line 481) | function LUFileParser (input) { function FileContext (line 599) | function FileContext(parser, parent, invokingState) { function ParagraphContext (line 694) | function ParagraphContext(parser, parent, invokingState) { function NewlineContext (line 840) | function NewlineContext(parser, parent, invokingState) { function ErrorStringContext (line 942) | function ErrorStringContext(parser, parent, invokingState) { function NestedIntentSectionContext (line 1052) | function NestedIntentSectionContext(parser, parent, invokingState) { function NestedIntentNameLineContext (line 1126) | function NestedIntentNameLineContext(parser, parent, invokingState) { function NestedIntentNameContext (line 1233) | function NestedIntentNameContext(parser, parent, invokingState) { function NameIdentifierContext (line 1345) | function NameIdentifierContext(parser, parent, invokingState) { function NestedIntentBodyDefinitionContext (line 1446) | function NestedIntentBodyDefinitionContext(parser, parent, invokingState) { function SubIntentDefinitionContext (line 1535) | function SubIntentDefinitionContext(parser, parent, invokingState) { function SimpleIntentSectionContext (line 1632) | function SimpleIntentSectionContext(parser, parent, invokingState) { function IntentDefinitionContext (line 1700) | function IntentDefinitionContext(parser, parent, invokingState) { function IntentNameLineContext (line 1780) | function IntentNameLineContext(parser, parent, invokingState) { function IntentNameContext (line 1903) | function IntentNameContext(parser, parent, invokingState) { function IntentBodyContext (line 2015) | function IntentBodyContext(parser, parent, invokingState) { function NormalIntentBodyContext (line 2108) | function NormalIntentBodyContext(parser, parent, invokingState) { function NormalIntentStringContext (line 2259) | function NormalIntentStringContext(parser, parent, invokingState) { function NewEntitySectionContext (line 2406) | function NewEntitySectionContext(parser, parent, invokingState) { function NewEntityDefinitionContext (line 2474) | function NewEntityDefinitionContext(parser, parent, invokingState) { function NewEntityListbodyContext (line 2554) | function NewEntityListbodyContext(parser, parent, invokingState) { function NewEntityLineContext (line 2680) | function NewEntityLineContext(parser, parent, invokingState) { function NewCompositeDefinitionContext (line 2949) | function NewCompositeDefinitionContext(parser, parent, invokingState) { function NewRegexDefinitionContext (line 3017) | function NewRegexDefinitionContext(parser, parent, invokingState) { function NewEntityTypeContext (line 3085) | function NewEntityTypeContext(parser, parent, invokingState) { function NewEntityRolesContext (line 3153) | function NewEntityRolesContext(parser, parent, invokingState) { function NewEntityUsesFeaturesContext (line 3256) | function NewEntityUsesFeaturesContext(parser, parent, invokingState) { function NewEntityRoleOrFeaturesContext (line 3353) | function NewEntityRoleOrFeaturesContext(parser, parent, invokingState) { function NewEntityNameContext (line 3515) | function NewEntityNameContext(parser, parent, invokingState) { function NewEntityNameWithWSContext (line 3618) | function NewEntityNameWithWSContext(parser, parent, invokingState) { function EntitySectionContext (line 3721) | function EntitySectionContext(parser, parent, invokingState) { function EntityDefinitionContext (line 3789) | function EntityDefinitionContext(parser, parent, invokingState) { function EntityLineContext (line 3869) | function EntityLineContext(parser, parent, invokingState) { function EntityNameContext (line 3996) | function EntityNameContext(parser, parent, invokingState) { function EntityTypeContext (line 4106) | function EntityTypeContext(parser, parent, invokingState) { function CompositeEntityIdentifierContext (line 4266) | function CompositeEntityIdentifierContext(parser, parent, invokingState) { function RegexEntityIdentifierContext (line 4334) | function RegexEntityIdentifierContext(parser, parent, invokingState) { function EntityListBodyContext (line 4402) | function EntityListBodyContext(parser, parent, invokingState) { function NormalItemStringContext (line 4528) | function NormalItemStringContext(parser, parent, invokingState) { function ImportSectionContext (line 4675) | function ImportSectionContext(parser, parent, invokingState) { function ImportDefinitionContext (line 4743) | function ImportDefinitionContext(parser, parent, invokingState) { function QnaSectionContext (line 4847) | function QnaSectionContext(parser, parent, invokingState) { function QnaDefinitionContext (line 4915) | function QnaDefinitionContext(parser, parent, invokingState) { function QnaSourceInfoContext (line 5031) | function QnaSourceInfoContext(parser, parent, invokingState) { function QnaIdMarkContext (line 5122) | function QnaIdMarkContext(parser, parent, invokingState) { function QnaQuestionContext (line 5213) | function QnaQuestionContext(parser, parent, invokingState) { function QuestionTextContext (line 5310) | function QuestionTextContext(parser, parent, invokingState) { function MoreQuestionsBodyContext (line 5395) | function MoreQuestionsBodyContext(parser, parent, invokingState) { function MoreQuestionContext (line 5543) | function MoreQuestionContext(parser, parent, invokingState) { function ErrorQuestionStringContext (line 5656) | function ErrorQuestionStringContext(parser, parent, invokingState) { function QnaAnswerBodyContext (line 5766) | function QnaAnswerBodyContext(parser, parent, invokingState) { function FilterSectionContext (line 5867) | function FilterSectionContext(parser, parent, invokingState) { function PromptSectionContext (line 6009) | function PromptSectionContext(parser, parent, invokingState) { function FilterLineContext (line 6151) | function FilterLineContext(parser, parent, invokingState) { function ErrorFilterLineContext (line 6280) | function ErrorFilterLineContext(parser, parent, invokingState) { function MultiLineAnswerContext (line 6390) | function MultiLineAnswerContext(parser, parent, invokingState) { function ModelInfoSectionContext (line 6481) | function ModelInfoSectionContext(parser, parent, invokingState) { function ModelInfoDefinitionContext (line 6549) | function ModelInfoDefinitionContext(parser, parent, invokingState) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/generated/LUFileParserListener.js function LUFileParserListener (line 6) | function LUFileParserListener() { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/generated/LUFileParserVisitor.js function LUFileParserVisitor (line 7) | function LUFileParserVisitor() { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/importSection.js class ImportSection (line 8) | class ImportSection extends BaseSection { method constructor (line 13) | constructor(parseTree) { method ExtractDescriptionAndPath (line 26) | ExtractDescriptionAndPath(parseTree) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/luParser.js constant NEWLINE (line 19) | const NEWLINE = require('os').EOL; class LUParser (line 21) | class LUParser { method parseWithRef (line 28) | static parseWithRef(text, luResource) { method parse (line 41) | static parse(text, sectionEnabled) { method extractFileContent (line 51) | static extractFileContent(fileContent, content, errors, sectionEnabled) { method getFileContent (line 166) | static getFileContent(text) { method extractNestedIntentSections (line 192) | static extractNestedIntentSections(fileContext, content) { method extractSimpleIntentSections (line 211) | static extractSimpleIntentSections(fileContext, content) { method extractEntitiesSections (line 229) | static extractEntitiesSections(fileContext) { method extractNewEntitiesSections (line 247) | static extractNewEntitiesSections(fileContext) { method extractImportSections (line 265) | static extractImportSections(fileContext) { method extractQnaSections (line 283) | static extractQnaSections(fileContext) { method extractModelInfoSections (line 301) | static extractModelInfoSections(fileContext) { method reconstractIntentSections (line 319) | static reconstractIntentSections(sections) { method extractSectionBody (line 376) | static extractSectionBody(sections, content) { method isSectionEnabled (line 414) | static isSectionEnabled(sections) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/luResource.js class LUResource (line 1) | class LUResource { method constructor (line 7) | constructor(sections, content, errors) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/modelInfoSection.js class LUModelInfo (line 7) | class LUModelInfo extends BaseSection { method constructor (line 12) | constructor(parseTree) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/nestedIntentSection.js constant NEWLINE (line 4) | const NEWLINE = require('os').EOL; class NestedIntentSection (line 9) | class NestedIntentSection extends BaseSection { method constructor (line 14) | constructor(parseTree, content) { method ExtractName (line 33) | ExtractName(parseTree) { method ExtractSimpleIntentSections (line 37) | ExtractSimpleIntentSections(parseTree, content) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/newEntitySection.js class NewEntitySection (line 10) | class NewEntitySection extends BaseSection { method constructor (line 15) | constructor(parseTree) { method ExtractName (line 32) | ExtractName(parseTree) { method ExtractType (line 55) | ExtractType(parseTree) { method ExtractRoles (line 61) | ExtractRoles(parseTree) { method ExtractFeatures (line 67) | ExtractFeatures(parseTree) { method ExtractCompositeDefinition (line 73) | ExtractCompositeDefinition(parseTree) { method ExtractRegexDefinition (line 79) | ExtractRegexDefinition(parseTree) { method ExtractSynonymsOrPhraseList (line 85) | ExtractSynonymsOrPhraseList(parseTree) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/parseFileContents.js constant PARSERCONSTS (line 6) | const PARSERCONSTS = require('./../utils/enums/parserconsts'); constant INTENTTYPE (line 47) | const INTENTTYPE = 'intent'; constant PLCONSTS (line 48) | const PLCONSTS = { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/qnaSection.js constant QNA_GENERIC_SOURCE (line 4) | const QNA_GENERIC_SOURCE = "custom editorial"; class QnaSection (line 9) | class QnaSection extends BaseSection { method constructor (line 14) | constructor(parseTree) { method ExtractSourceInfo (line 36) | ExtractSourceInfo(parseTree) { method ExtractAssignedId (line 46) | ExtractAssignedId(parseTree) { method ExtractPrompts (line 56) | ExtractPrompts(parseTree) { method ExtractQuestion (line 91) | ExtractQuestion(parseTree) { method ExtractMoreQuestions (line 95) | ExtractMoreQuestions(parseTree) { method ExtractFilterPairs (line 115) | ExtractFilterPairs(parseTree) { method ExtractAnswer (line 143) | ExtractAnswer(parseTree) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/sectionOperator.js constant NEWLINE (line 3) | const NEWLINE = require('os').EOL; class SectionOperator (line 7) | class SectionOperator { method constructor (line 12) | constructor(luresource) { method addSection (line 17) | addSection(sectionContent) { method updateSection (line 44) | updateSection(id, sectionContent) { method deleteSection (line 80) | deleteSection(id) { method insertSection (line 102) | insertSection(id, sectionContent) { method removeErrors (line 139) | removeErrors(errors, startLine, endLine) { method adjustRangeForErrors (line 151) | adjustRangeForErrors(errors, offset, startLine, endLine) { method adjustErrorRange (line 173) | adjustErrorRange(error, offset) { method adjustRangeForAddSection (line 180) | adjustRangeForAddSection(newSections, offset) { method adjustSectionRange (line 186) | adjustSectionRange(section, offset) { method adjustRangeForDeleteSection (line 200) | adjustRangeForDeleteSection(index, offset) { method adjustRangeForUpdateSection (line 207) | adjustRangeForUpdateSection(oldIndex, newSections) { method adjustRangeForInsertSection (line 231) | adjustRangeForInsertSection(postIndex, newSections) { method replaceRangeContent (line 253) | replaceRangeContent(originString, startLine, stopLine, replaceString) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/simpleIntentSection.js constant NEWLINE (line 8) | const NEWLINE = require('os').EOL; class SimpleIntentSection (line 13) | class SimpleIntentSection extends BaseSection { method constructor (line 18) | constructor(parseTree, content) { method ExtractName (line 39) | ExtractName(parseTree) { method ExtractIntentNameLine (line 43) | ExtractIntentNameLine(parseTree) { method ExtractUtteranceAndEntitiesMap (line 47) | ExtractUtteranceAndEntitiesMap(parseTree) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/translate-helpers.js constant PARSERCONSTS (line 7) | const PARSERCONSTS = require('./../utils/enums/parserconsts'); constant NEWLINE (line 12) | const NEWLINE = require('os').EOL; constant MAX_TRANSLATE_BATCH_SIZE (line 13) | const MAX_TRANSLATE_BATCH_SIZE = 25; constant MAX_CHAR_IN_REQUEST (line 14) | const MAX_CHAR_IN_REQUEST = 4990; class translateLine (line 375) | class translateLine{ method constructor (line 376) | constructor(text, localize, idx) { FILE: parsers/LU/JS/packages/lu/src/parser/lufile/visitor.js class Visitor (line 5) | class Visitor { method visitNormalIntentStringContext (line 10) | static visitNormalIntentStringContext(ctx) { method recurselyResolveTokenizedUtterance (line 39) | static recurselyResolveTokenizedUtterance(tokUtt, entities, errorMsgs,... method tokenizeUtterance (line 84) | static tokenizeUtterance(exp) { FILE: parsers/LU/JS/packages/lu/src/parser/luis/luConverter.js constant NEWLINE (line 1) | const NEWLINE = require('os').EOL; FILE: parsers/LU/JS/packages/lu/src/parser/luis/luis.js class Luis (line 6) | class Luis { method constructor (line 7) | constructor(LuisJSON = null){ method parseToLuContent (line 31) | parseToLuContent(){ method parseToLU (line 37) | parseToLU(){ method validate (line 41) | validate() { FILE: parsers/LU/JS/packages/lu/src/parser/luis/luisBuilder.js class LuisBuilder (line 10) | class LuisBuilder { method fromJson (line 18) | static fromJson(luisJson) { method fromContentAsync (line 28) | static async fromContentAsync(luContent) { method fromLUAsync (line 39) | static async fromLUAsync(luArray, luSearchFn) { FILE: parsers/LU/JS/packages/lu/src/parser/luis/luisGen.js class LuisGen (line 4) | class LuisGen extends Luis{ method constructor (line 5) | constructor(){ method getInstancesList (line 9) | getInstancesList() { FILE: parsers/LU/JS/packages/lu/src/parser/luis/luisGenBuilder.js class LuisGenBuilder (line 6) | class LuisGenBuilder { method build (line 7) | static build(luisApp) { FILE: parsers/LU/JS/packages/lu/src/parser/luis/luisValidator.js class validateLUISBlobEntity (line 372) | class validateLUISBlobEntity{ method constructor (line 373) | constructor(name, type, roles) { FILE: parsers/LU/JS/packages/lu/src/parser/qna/alterations/alterations.js class Alterations (line 8) | class Alterations { method constructor (line 9) | constructor(alterations = null) { method parseToLuContent (line 19) | parseToLuContent() { FILE: parsers/LU/JS/packages/lu/src/parser/qna/alterations/qnaConverter.js constant NEWLINE (line 1) | const NEWLINE = require('os').EOL; FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/kb.js class KB (line 8) | class KB { method constructor (line 9) | constructor(qnaJSON = null) { method parseToLuContent (line 22) | parseToLuContent() { FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaContext.js class qnaContext (line 5) | class qnaContext { method constructor (line 12) | constructor(isContextOnly, prompts) { FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaConverter.js constant NEWLINE (line 1) | const NEWLINE = require('os').EOL; constant QNA_GENERIC_SOURCE (line 4) | const QNA_GENERIC_SOURCE = "custom editorial"; FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaFiles.js class qnaFile (line 5) | class qnaFile { method constructor (line 13) | constructor(fileUri, fileName) { FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaList.js class qnaList (line 8) | class qnaList { method constructor (line 27) | constructor(id, answer, source, questions, metadata, context) { FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaMakerBuilder.js class QnABuilder (line 12) | class QnABuilder{ method fromKB (line 19) | static async fromKB(kbJson) { method fromAlterations (line 29) | static async fromAlterations(alterationsJson) { method fromKbAndAlterations (line 40) | static async fromKbAndAlterations(kbJson, alterationsJson) { method fromContent (line 50) | static async fromContent(qnaContent) { method fromQna (line 62) | static async fromQna(qnaObjArray, qnaSearchFn) { FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaMetaData.js class qnaMetaData (line 5) | class qnaMetaData { method constructor (line 12) | constructor(name, value) { FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnaPrompt.js class qnaPrompt (line 5) | class qnaPrompt { method constructor (line 21) | constructor(displayText, qnaId, qna, contextOnly = false, displayOrder... FILE: parsers/LU/JS/packages/lu/src/parser/qna/qnamaker/qnamaker.js class QnAMaker (line 10) | class QnAMaker { method constructor (line 11) | constructor(kb = null, alterations = null){ method parseToQnAContent (line 16) | parseToQnAContent() { method parseToQNA (line 22) | parseToQNA() { FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/builder.ts class Builder (line 26) | class Builder { method constructor (line 29) | constructor(handler: any) { method loadContents (line 33) | async loadContents( method build (line 142) | async build( method getEndpointKeys (line 292) | async getEndpointKeys(subscriptionkey: string, endpoint: string) { method importUrlReference (line 299) | async importUrlReference( method importFileReference (line 332) | async importFileReference( method writeDialogAssets (line 366) | async writeDialogAssets(contents: any[], force: boolean, out: string) { method generateDeclarativeAssets (line 396) | generateDeclarativeAssets(recognizers: Array, multiRecogni... method initQnaFromContent (line 422) | async initQnaFromContent(content: any, botName: string, suffix: string) { method updateKB (line 429) | async updateKB(currentKB: any, qnaBuildCore: QnaBuildCore, recognizer:... method createKB (line 454) | async createKB(currentKB: any, qnaBuildCore: QnaBuildCore, recognizers... method createUrlKB (line 484) | async createUrlKB(qnaBuildCore: QnaBuildCore, url: string, kbName: str... method createFileKB (line 500) | async createFileKB(qnaBuildCore: QnaBuildCore, fileName: string, fileU... method getKBOperationStatus (line 519) | async getKBOperationStatus(qnaBuildCore: QnaBuildCore, operationId: st... method publishKB (line 536) | async publishKB(qnaBuildCore: QnaBuildCore, recognizer: Recognizer, kb... method resolveMergedQnAContentIds (line 544) | async resolveMergedQnAContentIds(contents: Map, objects: ... FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/core.ts constant NEWLINE (line 9) | const NEWLINE = require('os').EOL class QnaBuildCore (line 11) | class QnaBuildCore { method constructor (line 14) | constructor(subscriptionkey: string, endpoint: string) { method getKBList (line 18) | public async getKBList() { method getKB (line 29) | public async getKB(kbId: string) { method importKB (line 40) | public async importKB(kbPayload: any) { method getOperationStatus (line 51) | public async getOperationStatus(operationId: string) { method exportKB (line 62) | public async exportKB(kbId: string, environment: string) { method updateKB (line 73) | public async updateKB(kbId: string, replaceKb: any) { method replaceKB (line 84) | public async replaceKB(kbId: string, replaceKb: any) { method publishKB (line 92) | public async publishKB(kbId: string) { method replaceAlt (line 100) | public async replaceAlt(altJson: any) { method getEndpointKeys (line 108) | public async getEndpointKeys() { method deleteKB (line 119) | public async deleteKB(kbId: string) { method isKBEqual (line 127) | public isKBEqual(kbA: any, kbB: any): boolean { method isQnaListEqual (line 157) | private isQnaListEqual(qnaListA: any, qnaListB: any) { method parseToQnAContent (line 164) | private parseToQnAContent(qnaList: any) { FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/cross-trained-recognizer.ts class CrossTrainedRecognizer (line 6) | class CrossTrainedRecognizer { method constructor (line 11) | constructor(dialogPath: string, recognizers: any, schema?: string) { method save (line 17) | save(): string { method getDialogPath (line 30) | getDialogPath(): string { FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/multi-language-recognizer.ts class MultiLanguageRecognizer (line 8) | class MultiLanguageRecognizer { method constructor (line 14) | constructor(dialogPath: string, recognizers: any, schema?: string) { method save (line 21) | save(): string { method getDialogPath (line 35) | getDialogPath(): string { FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/recognizer.ts class Recognizer (line 9) | class Recognizer { method load (line 10) | static load(qnaFile: string, targetFileName: string, dialogPath: strin... method constructor (line 34) | constructor(private readonly qnaFile: string, targetFileName: string, ... method save (line 43) | save(): string { method getKBId (line 59) | getKBId(): string { method setKBId (line 63) | setKBId(kbId: string) { method getDialogPath (line 67) | getDialogPath(): string { method getQnaPath (line 71) | getQnaPath() { FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/serviceBase.js class ServiceBase (line 31) | class ServiceBase { method constructor (line 37) | constructor(rootEndpoint, subscriptionkey) { method createRequest (line 51) | createRequest(relativeEndpoint, method, data) { method commonHeaders (line 66) | commonHeaders(subscriptionKey) { method getUserAgent (line 74) | getUserAgent() { FILE: parsers/LU/JS/packages/lu/src/parser/qnabuild/settings.ts class Settings (line 6) | class Settings { method constructor (line 10) | constructor(settingsPath: string, qna: any) { method save (line 15) | save(): string { method getSettingsPath (line 23) | getSettingsPath(): string { FILE: parsers/LU/JS/packages/lu/src/parser/test/testhelper.ts function test (line 7) | async function test( function compareIntent (line 79) | function compareIntent(predictedIntents: any[], utterance: any) { function compareEntity (line 88) | function compareEntity(predictedEntities: any[], utterance: any) { function ParseEntitiyResult (line 103) | function ParseEntitiyResult(entities: any, result: any) { FILE: parsers/LU/JS/packages/lu/src/parser/utils/exception.js method constructor (line 12) | constructor(errCode, text, diagnostics) { FILE: parsers/LU/JS/packages/lu/src/parser/utils/helpers.js constant NEWLINE (line 9) | const NEWLINE = require('os').EOL; constant ANY_NEWLINE (line 10) | const ANY_NEWLINE = /\r\n|\r|\n/g; method sanitizeNewLines (line 20) | sanitizeNewLines(fileContent) { FILE: parsers/LU/JS/packages/lu/src/utils/filehelper.ts function getLuObjects (line 20) | async function getLuObjects(stdin: string, input: string | undefined, re... function getLuFiles (line 36) | async function getLuFiles(input: string | undefined, recurse = false, ex... function getContentFromFile (line 53) | async function getContentFromFile(file: string) { function generateNewFilePath (line 70) | async function generateNewFilePath(outFileName: string, inputfile: strin... function generateNewTranslatedFilePath (line 92) | async function generateNewTranslatedFilePath(fileName: string, translate... function validatePath (line 109) | function validatePath(outputPath: string, defaultFileName: string, force... function enumerateFileName (line 130) | function enumerateFileName(filePath: string): string { function detectLuContent (line 148) | async function detectLuContent(stdin: string, input: string) { function getFilesContent (line 170) | async function getFilesContent(input: string, extType: string) { function getConfigContent (line 189) | async function getConfigContent(input: string) { function getConfigFile (line 195) | async function getConfigFile(input: string): Promise { function getParsedObjects (line 214) | function getParsedObjects(contents: {id: string, content: string}[]) { function getConfigObject (line 223) | function getConfigObject(configContent: any, intentName: string, verbose... function parseJSON (line 281) | function parseJSON(input: string, appType: string) { function getCultureFromPath (line 289) | function getCultureFromPath(file: string): string | null { function isAllFilesSectionEmpty (line 312) | function isAllFilesSectionEmpty(contents: Lu[]): boolean { FILE: parsers/LU/JS/packages/lu/src/utils/textfilereader.ts function readTextFile (line 11) | async function readTextFile(file: any): Promise { FILE: parsers/LU/JS/packages/lu/test/commands/luis/convert.test.js constant NEWLINE (line 3) | const NEWLINE = require('os').EOL function sanitizeExampleJson (line 23) | function sanitizeExampleJson(fileContent) { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/ClosedLists.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 37) | public class _Instance method Convert (line 52) | public void Convert(dynamic result) method OnError (line 67) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 74) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/CompositeEntities.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 44) | public class _Instance method Convert (line 66) | public void Convert(dynamic result) method OnError (line 81) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 88) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/ContosoApp.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 39) | public class _Entities class _InstanceAddress (line 112) | public class _InstanceAddress class AddressClass (line 119) | public class AddressClass class _InstanceComposite1 (line 130) | public class _InstanceComposite1 class Composite1Class (line 143) | public class Composite1Class class _InstanceComposite2 (line 160) | public class _InstanceComposite2 class Composite2Class (line 169) | public class Composite2Class class _Instance (line 183) | public class _Instance method Convert (line 259) | public void Convert(dynamic result) method OnError (line 274) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 281) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/FlightBooking.cs class FlightBooking (line 15) | public partial class FlightBooking: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 32) | public class _Entities class _InstanceFrom (line 42) | public class _InstanceFrom class FromClass (line 46) | public class FromClass class _InstanceTo (line 54) | public class _InstanceTo class ToClass (line 58) | public class ToClass class _Instance (line 67) | public class _Instance method Convert (line 83) | public void Convert(dynamic result) method OnError (line 98) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 105) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/FlightBooking.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstanceFrom (line 18) | interface GeneratedInstanceFrom { type From (line 21) | interface From { type GeneratedInstanceTo (line 26) | interface GeneratedInstanceTo { type To (line 29) | interface To { type GeneratedInstance (line 34) | interface GeneratedInstance { type GeneratedEntities (line 41) | interface GeneratedEntities { type FlightBooking (line 60) | interface FlightBooking { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/Intents.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 39) | public class _Entities class _Instance (line 43) | public class _Instance method Convert (line 55) | public void Convert(dynamic result) method OnError (line 70) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 77) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/NamespaceClass.cs class NameOfTheClass (line 15) | public partial class NameOfTheClass: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 44) | public class _Instance method Convert (line 66) | public void Convert(dynamic result) method OnError (line 81) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 88) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/PatternEntities.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 39) | public class _Instance method Convert (line 56) | public void Convert(dynamic result) method OnError (line 71) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 78) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/PrebuiltEntities.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 72) | public class _Instance method Convert (line 122) | public void Convert(dynamic result) method OnError (line 137) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 144) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/RegexEntities.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 32) | public class _Instance method Convert (line 44) | public void Convert(dynamic result) method OnError (line 59) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 66) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/SimpleEntities.cs class ContosoApp (line 15) | public partial class ContosoApp: IRecognizerConvert type Intent (line 23) | public enum Intent { class _Entities (line 28) | public class _Entities class _Instance (line 44) | public class _Instance method Convert (line 66) | public void Convert(dynamic result) method OnError (line 81) | private static void OnError(object sender, ErrorEventArgs args) method TopIntent (line 88) | public (Intent intent, double score) TopIntent() FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/closed-lists.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 14) | interface GeneratedInstance { type GeneratedEntities (line 20) | interface GeneratedEntities { type ContosoApp (line 38) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/composite-entities.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 14) | interface GeneratedInstance { type GeneratedEntities (line 27) | interface GeneratedEntities { type ContosoApp (line 52) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/contoso-app.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstanceAddress (line 25) | interface GeneratedInstanceAddress { type Address (line 31) | interface Address { type GeneratedInstanceComposite1 (line 39) | interface GeneratedInstanceComposite1 { type Composite1 (line 51) | interface Composite1 { type GeneratedInstanceComposite2 (line 65) | interface GeneratedInstanceComposite2 { type Composite2 (line 73) | interface Composite2 { type GeneratedInstance (line 83) | interface GeneratedInstance { type GeneratedEntities (line 150) | interface GeneratedEntities { type ContosoApp (line 227) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/intents.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 25) | interface GeneratedInstance { type GeneratedEntities (line 28) | interface GeneratedEntities { type ContosoApp (line 43) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/pattern-entities.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 14) | interface GeneratedInstance { type GeneratedEntities (line 22) | interface GeneratedEntities { type ContosoApp (line 42) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/prebuilt-entities.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 14) | interface GeneratedInstance { type GeneratedEntities (line 55) | interface GeneratedEntities { type ContosoApp (line 108) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/regex-entities.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 14) | interface GeneratedInstance { type GeneratedEntities (line 17) | interface GeneratedEntities { type ContosoApp (line 32) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/fixtures/generate/simple-entities.ts type GeneratedIntents (line 11) | interface GeneratedIntents { type GeneratedInstance (line 14) | interface GeneratedInstance { type GeneratedEntities (line 27) | interface GeneratedEntities { type ContosoApp (line 52) | interface ContosoApp { FILE: parsers/LU/JS/packages/lu/test/parser/cross-train/crossTrainer.test.js constant NEWLINE (line 7) | const NEWLINE = require('os').EOL FILE: parsers/LU/JS/packages/lu/test/parser/lubuild/lubuild.test.js constant NEWLINE (line 4) | const NEWLINE = require('os').EOL FILE: parsers/LU/JS/packages/lu/test/parser/lufile/helpers.test.js constant LUDOWN_ROOT (line 10) | const LUDOWN_ROOT = path.join(__dirname, './../../fixtures/'); function resolvePath (line 11) | function resolvePath(relativePath) { FILE: parsers/LU/JS/packages/lu/test/parser/lufile/luis.boundary.test.js constant POSSIBLE_CHARS (line 10) | const POSSIBLE_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstu... FILE: parsers/LU/JS/packages/lu/test/parser/lufile/lutranslator.test.js constant NEWLINE (line 11) | const NEWLINE = require('os').EOL; constant TRANSLATE_KEY (line 12) | const TRANSLATE_KEY = 'd825d5ac21d643f89761de3679fd0fb3'; FILE: parsers/LU/JS/packages/lu/test/parser/lufile/parseFileContents.regexEntity.test.js constant TRANSLATE_KEY (line 11) | const TRANSLATE_KEY = process.env.TRANSLATOR_KEY; FILE: parsers/LU/JS/packages/lu/test/parser/lufile/sectionapi.test.js constant NEWLINE (line 10) | const NEWLINE = require('os').EOL; FILE: parsers/LU/JS/packages/lu/test/parser/qnabuild/qnabuild.test.js constant NEWLINE (line 5) | const NEWLINE = require('os').EOL FILE: schemas/skills/SchemaManifestTests/ValidateSchemaTests.cs class ValidateSchemaTests (line 24) | public class ValidateSchemaTests method GetManifestAndSamples (line 40) | public static TheoryData GetManifestAndSamples() method ValidateManifestSamplesAgainstSchemasUsingNJsonSchemaAsync (line 59) | [Theory] method ValidateManifestSamplesAgainstSchemasUsingNewtonsoftSchemaAsync (line 77) | [Theory] method GetSchemaAsync (line 97) | private static async Task GetSchemaAsync(string schemaPath)