Class BotActionEventArgs
The arguments for bot action events.
Inheritance
BotActionEventArgs
      
      
      
  Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class BotActionEventArgs : EventArgsRemarks
Initializes a new instance of the BotActionEventArgs class.
Constructors
View SourceBotActionEventArgs(object)
The arguments for bot action events.
Declaration
public BotActionEventArgs(object action)Parameters
| Type | Name | Description | 
|---|---|---|
| object | action | The action. | 
Remarks
Initializes a new instance of the BotActionEventArgs class.
Properties
View SourceAction
Gets the action.
Declaration
[JsonIgnore]
public object Action { get; }Property Value
| Type | Description | 
|---|---|
| object |