c# - How to get Activity Info from an IDialogContext -
i'm using luisdialog , the callback returns idialogcontext , luisresult. there way can info original activity, channel, name, et al?
since v3.2.0 release can access original incoming message intent handlers. check here understand how intent handler should looks like.
public async task myhandler(idialogcontext context, iawaitable<imessageactivity> activity, luisresult result)
alternatively, can use context.makemessage recommend updating intent handlers.
Comments
Post a Comment