@webitel/api-services
    Preparing search index...

    Input of the contact IM client.

    interface ContactsInputIMClient {
        createdBy?: string;
        externalUser?: string;
        gatewayId?: string;
        protocol?: string;
        via?: string;
    }
    Index

    Properties

    createdBy?: string

    Id of Agent created this IM client.

    externalUser?: string
    gatewayId?: string

    App (Text-Gateway) used to connect the IM client.

    protocol?: string
    via?: string

    [Via] App(-specific) peer(-id) to connect[from] the IM client.