Login
Remember
Register
Ask a Question
Which method is used to call another Dialog?
0
votes
asked
Dec 18, 2021
in
Microsoft Bot Framework
by
rajeshsharma
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()
dialog-call-method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 18, 2021
by
rajeshsharma
Correct answer of the above question is : a) Context.Call()
Context.Call()
method is used to call another Dialog
...