Unblu Agent Embedded JS API
    Preparing search index...

    Interface InConversationEndReasonOperator

    "In" end reason operator. Matches end reasons in the provided list

    interface InConversationEndReasonOperator {
        type: IN;
        values: ConversationEndReason[];
    }
    Index

    Properties

    Properties

    type: IN