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

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -