Saxonberg Server API
    Preparing search index...

    Interface DialogueGuard

    A structured predicate over a GuardFact.

    interface DialogueGuard {
        fact: GuardFact;
        op: GuardOp;
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    fact: GuardFact
    value: string | number | boolean