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

...