2.0.2 • Published 2 years ago

gatsby-plugin-ada-chatbot v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

gatsby-plugin-ada-chatbot

This plugin adds an ada chatbot to your website.

Install

npm i gatsby-plugin-ada-chatbot

Usage

Add the plugin to your gatsby-config.js file and ensure that the required 'handle' option is set.

// gatsby-config.js

plugins: [
  {
    resolve: `gatsby-plugin-ada-chatbot`,
    options: {
      handle: 'my-ada-handle'
    }
  }
]

Options

You can customize the chatbot by using the following plugin options.

NameDescriptionTypeDefault
handleRequired. The handle (ID) for your ADA chatbot.String
delayOptional. The delay (in milliseconds) before the ADA chatbot displays.Number0
zIndexOptional. The Z-Index of the ada frame.Number1000
dismissButtonOptional. Whether or not a dismiss button should display.Booleantrue
dismissDurationOptional. The delay (in milliseconds) until the chatbot should show again after dismissal. Set to 'session' to use the duration of the user's session.Number or Stringsession
adaSettingsOptional. The settings object ingested by the ADA chatbot upon load.Object{}
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago