Show / Hide Table of Contents

Class UrgeEventArgs

The arguments for the urge event.

Inheritance
object
LogEventArgs
BotEventArgs
UrgeEventArgs
Inherited Members
BotEventArgs.Action
BotEventArgs.ShouldSerializeAction()
LogEventArgs.Source
LogEventArgs.MessageType
LogEventArgs.Message
LogEventArgs.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class UrgeEventArgs : BotEventArgs

Constructors

View Source

UrgeEventArgs()

Initializes a new instance of the UrgeEventArgs class.

Declaration
public UrgeEventArgs()
View Source

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 Source

Urge

Gets or sets the urge for the urge event.

Declaration
public object? Urge { get; set; }
Property Value
Type Description
object
  • View Source
In this article
Back to top Generated by DocFX