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

    Chat Dialog. Conversation info.

    interface WebitelChatDialog {
        closed?: string;
        closedCause?: string;
        context?: WebitelChatDialogContext;
        date?: string;
        dc?: string;
        from?: WebitelChatPeer;
        id?: string;
        members?: WebitelChatChat[];
        message?: WebitelChatMessage;
        queue?: WebitelChatPeer;
        started?: string;
        title?: string;
        via?: WebitelChatPeer;
    }
    Index

    Properties

    closed?: string
    closedCause?: string

    Context. Variables. Environment.

    date?: string

    Timestamp of the latest activity.

    dc?: string

    [D]omain[C]omponent primary ID.

    Leg[A]. Contact / User.

    id?: string

    The Conversation thread unique ID.

    members?: WebitelChatChat[]

    Leg[A+]. Schema / Agent.

    The latest (top) message.

    started?: string

    Timestamp when dialog started.

    title?: string

    Title of the dialog.

    [VIA] Text gateway [FROM] originated thru ...