0 votes
in Microsoft Bot Framework by
Which method is used to define the method that would be invoked when the next user message is received?

Select the correct answer from below options:

a) Context.Next()

b) None of the options

c) Context.Wait()

d) Context.UserTurn()

1 Answer

0 votes
by

Correct answer of the above question is : c) Context.Wait()

Context.Wait() method is used to define the method that would be invoked when the next user message is received

Related questions

0 votes
asked Dec 19, 2021 in Microsoft Bot Framework by rajeshsharma
0 votes
asked Sep 3, 2022 in Ruby by DavidAnderson
...