Skip to content

RingoverCRM/aichat-livechat-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

CDN

Using jsDelivr CDN:

<script
  async
  src="https://cdn.jsdelivr.net/gh/RingoverCRM/aichat-livechat-sdk/sdk.min.js"
></script>

Usage

// Initialise sdk
// Pass AI Agent ID in the constructor
const sdk = new AIChatSDK("<AI Agent ID>", options);

Here is a complete list of available options with their default values:

{
    // position of chatbot
    bottom: "40px",
    right: "40px",
    left: null,
}

Example

const sdk = new AIChatSDK("9e9b96fb-173c-44b0-9b24-d68d718c3a0a", {
  bottom: "20px",
  left: "20px",
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published