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

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

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -