BotFramework - Repeat last message using c# -


i'm building bot using microsoft bot framework using c#. i'm controlling flow using dialogs, , using quick replies buttons, dissapear when new message sent.

i created global command user. when user types "help" bot give information can do.

the problem if user asks quick replies dissapear , user might not know how continue dialog. wondering if there way repeat last sent message after sent (the not dialog, scorable sends message).

thanks

nothing stops keeping record of messages user has sent. if build own ui in common way, pressing arrow example cycle user through commands.

activity.text has text command, add list of own, use bot state or whatever mechanism want need storage mechanism.

there other ways well, don't forget state of each dialog maintained once invoke again continue left off.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -