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

    Interface LookupCapabilityResponse

    A CapabilityResponse contains the identity of the recipient for which a capability lookup will be performed.

    interface LookupCapabilityResponse {
        app_id?: string;
        recipient?: Recipient;
        request_id?: string;
    }
    Index

    Properties

    app_id?: string

    The ID of the app to use for capability lookup.

    recipient?: Recipient

    Recipient

    request_id?: string

    ID for the asynchronous response, will be generated if not set.