Interface IConsideration
Represents a function that gives a score to actions recommended by urges.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IConsideration : IEquatable<IConsideration>
Properties
View SourceBrain
Gets or sets the brain using this consideration.
Declaration
IBotBrain? Brain { get; set; }
Property Value
Type | Description |
---|---|
IBotBrain |
Name
Gets the name for the consideration.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the type name of the consideration.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |