Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var msg = chatbase.newMessage('my-api-key', 'my-user-id')
.setAsFeedback() // sets the message as feedback from the user
.setAsNotFeedback() // sets the message as a regular message -- this is the default
.setCustomSessionId('123') // custom sessionId. A unique string used to define the scope of each individual interaction with bot.
.setMessageId('123'); // the id of the message, this is optional
.setMessageId('123') // the id of the message, this is optional
.setClientTimeout(5000) // Set the TTL in Milliseconds on requests to the Chatbase API. Default is 5000ms.
```

Expand Down