Skip to content

[PORT] Add support of multi line definition of expression in LG #1925

@tomlm

Description

@tomlm

Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#3589

fixes: #3466
Now user can write there expressions in multiple lines, like:
# definition2
- this is book list: ${join(createArray("Ender's Game",
"Dune")
, ", ")}

LG will treat all the content after ${ as an expression until reaches a }.

Changed projects

  • Microsoft.Bot.Builder.LanguageGeneration
  • AdaptiveExpressions.Tests
  • Microsoft.Bot.Builder.LanguageGeneration.Tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions