Unblu Embedded App Component API
    Preparing search index...

    Interface CustomActionInvocation

    CustomActionInvocation represents an event containing information about the invoked custom action

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