ChatBotKit Node SDK
    Preparing search index...

    Contact information that can be assigned to the widget session.

    interface Contact {
        email?: string;
        name?: string;
        phone?: string;
    }
    Index

    Properties

    Properties

    email?: string

    Contact's email address

    name?: string

    Contact's name

    phone?: string

    Contact's phone number