-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78d99f3
commit 20f620c
Showing
6 changed files
with
56 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import React from "react"; | ||
import { PageTitle } from "../components/PageTitle"; | ||
import { PageContent } from "../components/PageContent"; | ||
import { Prose } from "../components/PageContent"; | ||
import { packageUrls } from "../constants"; | ||
|
||
|
||
<PageTitle pretitle="Introduction" title="Getting started" /> | ||
|
||
<PageContent> | ||
<Prose> | ||
This is the official JavaScript SDK to communicate with conversational bots created using NLX Dialog Studio. It contains the following packages: | ||
* [@nlxai/chat-widget](${packageUrls.chatWidget}): the official out-of-the-box, themeable NLX widget. | ||
* [@nlxai/chat-react](${packageUrls.chatReact}): React custom hook for building chat widgets. | ||
* [@nlxai/chat-preact](${packageUrls.chatPreact}): Preact custom hook for building chat widgets. | ||
* [@nlxai/chat-core](${packageUrls.chatCore}): vanilla JavaScript SDK for creating fully custom chat widgets. | ||
* [@nlxai/voice-compass](${packageUrls.voiceCompass}): multimodal capabilities. | ||
</PageContent> | ||
</Prose> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters