Show / Hide Table of Contents

Interface IConsideration

Represents a function that gives a score to actions recommended by urges.

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

Properties

View Source

Brain

Gets or sets the brain using this consideration.

Declaration
IBotBrain? Brain { get; set; }
Property Value
Type Description
IBotBrain
View Source

Name

Gets the name for the consideration.

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

Type

Gets the type name of the consideration.

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