Interface IUrgeResult
Represents an urge and one of its recommended actions.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IUrgeResult : IEquatable<IUrgeResult>Properties
View SourceAction
Gets the action recommended by the urge.
Declaration
IRecommendedAction Action { get; }Property Value
| Type | Description | 
|---|---|
| IRecommendedAction | 
Urge
Gets the urge that created this result.
Declaration
IUrge Urge { get; }Property Value
| Type | Description | 
|---|---|
| IUrge |