Interface IUrge
The non-generic interface for an urge.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IUrge : IEquatable<IUrge?>
Properties
View SourceIsExclusive
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 |
Name
Gets the name of the urge.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the type name of the urge.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |