Valid AI-102 Dumps shared by EduDump.com for Helping Passing AI-102 Exam! EduDump.com now offer the newest AI-102 exam dumps, the EduDump.com AI-102 exam questions have been updated and answers have been corrected get the newest EduDump.com AI-102 dumps with Test Engine here:
You use the Microsoft Bot Framework Composer to build a chatbot that enables users to purchase items. You need to ensure that the users can cancel in-progress transactions. The solution must minimize development effort. What should you add to the bot?
Correct Answer: C
* To allow users to cancel an in-progress transaction, you need an interruption mechanism. * In Bot Framework Composer, this is done using triggers such as an intent trigger or dialog trigger (e.g., a CancelIntent trigger that interrupts the current flow). * A language generator handles variations in bot responses. * A custom event is not required for simple cancellation. * A conversation activity handles messages or events but does not manage interruption logic. Reference: Triggers in Bot Framework Composer