Unblu Agent Embedded JS API
    Preparing search index...

    Interface AnyOfIdListOperator

    "Any of ID" list operator. Matches if any of the values are present in the list

    interface AnyOfIdListOperator {
        type: ANY_OF;
        values: string[];
    }
    Index

    Properties

    Properties

    type: ANY_OF
    values: string[]