Unblu Agent Embedded JS API
    Preparing search index...

    Interface InInitialEngagementTypeOperator

    "In" initial engagement type operator. Matches engagement types in the provided list

    interface InInitialEngagementTypeOperator {
        type: IN;
        values: ConversationHistoryInitialEngagementType[];
    }
    Index

    Properties

    Properties

    type: IN