Show / Hide Table of Contents

Class BotActionEventArgs

The arguments for bot action events.

Inheritance
object
EventArgs
BotActionEventArgs
BotActionFailedEventArgs
BotActionFinishedEventArgs
BotActionStartedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class BotActionEventArgs : EventArgs
Remarks

Initializes a new instance of the BotActionEventArgs class.

Constructors

View Source

BotActionEventArgs(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 Source

Action

Gets the action.

Declaration
[JsonIgnore]
public object Action { get; }
Property Value
Type Description
object
  • View Source
In this article
Back to top Generated by DocFX