0 votes
in Microsoft Bot Framework by
Which method is used to call another Dialog?

Select the correct answer from below options:

a) Context.Call()

b) Context.Forward()

c) Context.Wait()

d) Context.Next()

1 Answer

0 votes
by

Correct answer of the above question is : a) Context.Call()

Context.Call() method is used to call another Dialog
...