Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SendAgentLeftEventRequestData<T>

    interface SendAgentLeftEventRequestData<T extends Recipient> {
        sendEventRequestBody: SendAgentLeftEventRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendEventRequestBody: SendAgentLeftEventRequest<T>

    The event to be sent.