IActivity.AsEventActivity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns IEventActivity if this is an event activity, null otherwise.
public Microsoft.Bot.Schema.IEventActivity AsEventActivity ();
abstract member AsEventActivity : unit -> Microsoft.Bot.Schema.IEventActivity
Public Function AsEventActivity () As IEventActivity
Returns
IEventActivity.