@webitel/api-services
    Preparing search index...
    interface EngineMemberServiceAttemptCallbackBody {
        agentId?: number;
        description?: string;
        display?: boolean;
        excludeCurrentCommunication?: boolean;
        expireAt?: string;
        minOfferingAt?: string;
        onlyCurrentCommunication?: boolean;
        status?: string;
        variables?: EngineMemberServiceAttemptCallbackBodyVariables;
        waitBetweenRetries?: number;
    }
    Index

    Properties

    agentId?: number
    description?: string
    display?: boolean
    excludeCurrentCommunication?: boolean
    expireAt?: string
    minOfferingAt?: string
    onlyCurrentCommunication?: boolean
    status?: string
    waitBetweenRetries?: number