4

I need to manage some settings from Bot Framework Composer like BaseURL for my REST Service.

I open this issue in Github Repo.

I search on Bot Framework Composer docs but I haven't found anything.

Has anyone ever set settings on the page where MicrosoftAppId, Luis, QnA are also placed? I would like to save the settings there and read them in the composer. Is this a feature already implemented?

Fred
  • 3,365
  • 4
  • 36
  • 57
Andrea Tosato
  • 133
  • 10

2 Answers2

2

You can access it throught the settings memory scope. Just like you'd access the turnContext, you can do: settings.BaseURL

Martín La Rosa
  • 790
  • 4
  • 17
0

In Bot Framework Adaptive Dialog I find correct answer and work fine on Bot Framework Composer

Andrea Tosato
  • 133
  • 10