Unblu Agent Embedded JS API
    Preparing search index...

    Interface CustomPersonActionInvocation

    Custom person action invocation

    interface CustomPersonActionInvocation {
        conversation: ConversationInfo;
        invocationId: string;
        invocationTimestamp: number;
        invokingPerson: PersonInfo;
        key: string;
        targetPerson: 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

    targetPerson: PersonInfo

    The person the custom action was invoked on