Unblu Agent Embedded JS API
    Preparing search index...

    Interface CustomMessageActionInvocation

    Custom message action invocation

    interface CustomMessageActionInvocation {
        conversation: ConversationInfo;
        invocationId: string;
        invocationTimestamp: number;
        invokingPerson: PersonInfo;
        key: string;
        targetMessage: ConversationMessageInfo;
        targetMessageSender: PersonInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    conversation: ConversationInfo

    The conversation the custom action was invoked in

    invocationId: string

    The invocation ID

    invocationTimestamp: number

    UTC timestamp, in milliseconds, of the custom action invocation

    invokingPerson: PersonInfo

    The person who invoked the custom action

    key: string

    The unique key of the invoked custom action

    The conversation containing the message that the custom action was invoked on is part of

    targetMessageSender: PersonInfo

    The sender of the message the custom action was invoked on