Member Junction
    Preparing search index...

    The outcome of a floor request — whether the agent may speak, and why.

    interface FloorDecision {
        Granted: boolean;
        Reason: FloorDecisionReason;
    }
    Index

    Properties

    Properties

    Granted: boolean

    Whether the requesting agent may take the floor and speak now.

    The structured reason for the decision (useful for observability + tests).