Unblu Agent Embedded JS API
    Preparing search index...

    Interface CustomMessageActionExecutionInfo

    Information on the message that a custom message action was executed on

    interface CustomMessageActionExecutionInfo {
        sender: PersonInfo;
        targetMessage: ConversationMessageInfo;
    }
    Index

    Properties

    sender: PersonInfo

    The sender of the message

    The message the custom action was invoked on