0 votes
in Microsoft Bot Framework by
Which method is invoked upon navigation to a Dialog?

Select the correct answer from below options:

a) StartAsync()

b) SyncStart()

c) start()

d) async()

1 Answer

0 votes
by

Correct answer of the above question is : a) StartAsync()

StartAsync() method is invoked upon navigation to a Dialog
...