0 votes
in Microsoft Bot Framework by
How to bring in FormFlow namespace to the program?

Select the correct answer from below options:

a) import Microsoft.BotBuilder.FormFlow

b) using Microsoft.Bot.Builder.FormFlow

c) import Microsoft.Bot.Builder.FormFlow

d) require Microsoft.BotBuilder.FormFlow

1 Answer

0 votes
by

Correct answer of the above question is : b) using Microsoft.Bot.Builder.FormFlow

Microsoft.Bot.Builder.FormFlow is used to bring in FormFlow namespace to the program
...