Unblu Agent Embedded JS API
    Preparing search index...

    Interface InStringOperator

    "In" string operator. Matches strings in the provided list

    interface InStringOperator {
        type: IN;
        values: string[];
    }
    Index

    Properties

    Properties

    type: IN
    values: string[]