Unblu Agent Embedded JS API
    Preparing search index...

    Interface InRecipientTypeOperator

    "In" recipient type operator. Matches types in the provided list

    interface InRecipientTypeOperator {
        type: IN;
        values: ConversationHistoryRecipientType[];
    }
    Index

    Properties

    Properties

    type: IN