Interface IRecommendedAction
An interface for bot actions with a weighted value.
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IRecommendedAction
Properties
View SourceAction
Gets the action to execute.
Declaration
object Action { get; }
Property Value
Type | Description |
---|---|
object |
Urgency
Gets the urgency of the action.
Declaration
double Urgency { get; }
Property Value
Type | Description |
---|---|
double |