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

    Interface LookupCapabilityRequest<T>

    interface LookupCapabilityRequest<T extends Recipient> {
        app_id: string;
        recipient: T;
        request_id?: string;
    }

    Type Parameters

    Index

    Properties

    app_id: string

    The ID of the app to use for capability lookup.

    recipient: T

    Recipient

    request_id?: string

    ID for the asynchronous response, will be generated if not set. Currently, this field is not used for idempotency.