Show / Hide Table of Contents

Interface IUrge

The non-generic interface for an urge.

Inherited Members
IEquatable<IUrge>.Equals(IUrge)
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IUrge : IEquatable<IUrge?>

Properties

View Source

IsExclusive

Gets a value indicating whether or not the urge is exclusive. If an exclusive urge has recommendations, then it will preempt other urges.

Declaration
bool IsExclusive { get; }
Property Value
Type Description
bool
View Source

Name

Gets the name of the urge.

Declaration
string Name { get; }
Property Value
Type Description
string
View Source

Type

Gets the type name of the urge.

Declaration
string Type { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX