Botframework-composer: Possibility to integrate and call custom code

Created on 5 Nov 2019  路  1Comment  路  Source: microsoft/BotFramework-Composer

I am truly impressed with the possibilities which the BotFramework Composer currently has and especially will have in the future. So thank you all, first!

As the composer internally generates a C# project which itself just feeds the GUIs description files to the AdaptiveDialog implementation, I wonder whether it's possible to trigger custom code?

The AdaptiveDialog already includes something called CodeAction, which I'd love to make use of.

I understand that HTTP requests are already possible and might solve some problems (you could call Azure Functions of course), but some bots rely on quick replies and I don't see why it should not be possible to integrate my own C# code.

Maybe something's already planned which you can already talk about? 馃槉

Bot Services customer-replied-to customer-reported

Most helpful comment

Hello @sibbl - thanks for raising the issue.

We will integrate the CodeAction entity and expose it in BF Composer, but we're not ready for it yet. We're evaluating integrations with Azure Functions and other serverless technologies so the CodeAction can be utilized and invoked outside of regular "in-proc" custom code.

>All comments

Hello @sibbl - thanks for raising the issue.

We will integrate the CodeAction entity and expose it in BF Composer, but we're not ready for it yet. We're evaluating integrations with Azure Functions and other serverless technologies so the CodeAction can be utilized and invoked outside of regular "in-proc" custom code.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kalebk picture kalebk  路  16Comments

Laxmi30 picture Laxmi30  路  16Comments

stephanbisser picture stephanbisser  路  21Comments

KoradaRajesh picture KoradaRajesh  路  25Comments

saikumaru picture saikumaru  路  18Comments