Show / Hide Table of Contents

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 Source

Action

Gets the action to execute.

Declaration
object Action { get; }
Property Value
Type Description
object
View Source

Urgency

Gets the urgency of the action.

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