AgentNotificationActivity(IActivity) Constructor
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.
Initializes a new instance of the AgentNotificationActivity class.
public AgentNotificationActivity(Microsoft.Agents.Core.Models.IActivity activity);
new Microsoft.Agents.A365.Notifications.Models.AgentNotificationActivity : Microsoft.Agents.Core.Models.IActivity -> Microsoft.Agents.A365.Notifications.Models.AgentNotificationActivity
Public Sub New (activity As IActivity)
Parameters
- activity
- IActivity
The activity to wrap.