This repository was archived by the owner on Jul 9, 2025. It is now read-only.
How can I access the bot composer properties on runtime code? #7411
Unanswered
azamat-tyulebayev
asked this question in
Q&A
Replies: 1 comment
-
Found a solution: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to check in real time the properties that are set in Bot Composer, so I don't have to restart the bot.
I'm using VS Code, javascript and a debugger.
But I don't know where exactly the properties are stored.
I tried checking:
adapter: BotFrameworkAdapter,
bot: ComposerBot
and turnContext: TurnContext
Maybe it's in dialogContext?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions