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

    Customer is external chat contact.

    interface WebitelChatCustomer {
        id?: string;
        name?: string;
        type?: string;
        via?: WebitelChatPeer[];
    }
    Index

    Properties

    Properties

    id?: string

    Customer unique IDentifier. Account type-specific string.

    name?: string

    Customer account name.

    type?: string

    Customer account type.

    [VIA] Text gateway associations.