Show / Hide Table of Contents

Interface IRecommendedAction<TAction>

An interface for bot actions with a weighted value.

Inherited Members
IRecommendedAction.Urgency
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IRecommendedAction<TAction> : IRecommendedAction
Type Parameters
Name Description
TAction

The action type.

Properties

View Source

Action

Gets the action to execute.

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