Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Can't use full LU import syntax #5359

@lauren-mills

Description

@lauren-mills

Describe the bug

I'm importing intents and utterances from linked LU files, but I can't use the full syntax as listed here: https://docs.microsoft.com/en-us/azure/bot-service/file-format/bot-builder-lu-file-format?view=azure-bot-service-4.0#local-file-references.

I want to be able to use this pattern to pull only the utterances from a linked file by intent:

# Cancel
- [Cancel](./general.en-us.lu#Cancel)

But I get the following error: "L0:0 - L0:0 Cannot read property 'segment' of undefinedRefer to the syntax documentation here."

I think it may be related to the link not being a valid file path for the navigation window.

Version

1.3

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't workingneeds verifya fixed bug that needs verify before releaseverifieda fixed bug that been verified before release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions