Show / Hide Table of Contents

Interface IUrgeResult

Represents an urge and one of its recommended actions.

Inherited Members
IEquatable<IUrgeResult>.Equals(IUrgeResult)
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IUrgeResult : IEquatable<IUrgeResult>

Properties

View Source

Action

Gets the action recommended by the urge.

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

Urge

Gets the urge that created this result.

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