Show / Hide Table of Contents

Class BotActionStartedEventArgs

Represents an event for when the bot starts the given action.

Inheritance
object
EventArgs
BotActionEventArgs
BotActionStartedEventArgs
Inherited Members
BotActionEventArgs.Action
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 BotActionStartedEventArgs : BotActionEventArgs
Remarks

Initializes a new instance of the BotActionStartedEventArgs class.

Constructors

View Source

BotActionStartedEventArgs(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.

  • View Source
In this article
Back to top Generated by DocFX