Class BotActionStartedEventArgs
Represents an event for when the bot starts the given action.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class BotActionStartedEventArgs : BotActionEventArgsRemarks
Initializes a new instance of the BotActionStartedEventArgs class.
Constructors
View SourceBotActionStartedEventArgs(object)
Represents an event for when the bot starts the given action.
Declaration
public BotActionStartedEventArgs(object action)Parameters
| Type | Name | Description | 
|---|---|---|
| object | action | The action. | 
Remarks
Initializes a new instance of the BotActionStartedEventArgs class.