Interface IRecommendedAction<TAction>
An interface for bot actions with a weighted value.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IRecommendedAction<TAction> : IRecommendedAction
Type Parameters
Name | Description |
---|---|
TAction | The action type. |
Properties
View SourceAction
Gets the action to execute.
Declaration
TAction Action { get; }
Property Value
Type | Description |
---|---|
TAction |