0 votes
in Microsoft Bot Framework by
Which method is used to close a Dialog?

Select the correct answer from below options:

a) Context.Exit()

b) Context.Done()

c) Context.Wait()

d) Context.Over()

1 Answer

0 votes
by

Correct answer of the above question is : b) Context.Done()

Context.Done() method is used to close a Dialog

Related questions

0 votes
asked Dec 19, 2021 in Microsoft Bot Framework by rajeshsharma
0 votes
asked Jan 9, 2021 in JAVA by SakshiSharma
...