Unblu Agent Embedded JS API
    Preparing search index...

    Interface InAwaitedPersonTypeOperator

    "In" awaited person type operator. Matches types in the provided list

    interface InAwaitedPersonTypeOperator {
        type: IN;
        values: AwaitedPersonType[];
    }
    Index

    Properties

    Properties

    type: IN