Class UrgeEventArgs
The arguments for the urge event.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class UrgeEventArgs : BotEventArgs
Constructors
View SourceUrgeEventArgs()
Initializes a new instance of the UrgeEventArgs class.
Declaration
public UrgeEventArgs()
UrgeEventArgs(string?, string?, string?)
Initializes a new instance of the UrgeEventArgs class.
Declaration
public UrgeEventArgs(string? botName, string? messageType = null, string? message = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | botName | The name of the bot. |
| string | messageType | The message type. |
| string | message | The message. |
Properties
View SourceUrge
Gets or sets the urge for the urge event.
Declaration
public object? Urge { get; set; }
Property Value
| Type | Description |
|---|---|
| object |