frontend
    Preparing search index...

    Interface HintResult

    Result of a hint evaluation for a game action.

    interface HintResult {
        confidence: HintConfidence;
        reason: string;
        targetAction: string;
    }
    Index

    Properties

    confidence: HintConfidence

    Confidence level of the recommendation.

    reason: string

    i18n key for the reasoning text.

    targetAction: string

    Action identifier matching a button's data-hint-action attribute.