Chatbot Settings
Update Chatbot Settings - General
Update general settings of the chatbot
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
general
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
application/json
Request Body
Description of the chatbot
Option to disable smart followup questions generated by SiteGPT
Number of smart follow up questions to be shown when enabled.
Required range:
1 < x < 5
Must be a multiple of 1
Option to disable email notifications for new lead captures.
Number of history messages to be considered when answering the question
Required range:
1 < x < 5
Must be a multiple of 1
All available GPT models
Available options:
gpt-3.5-turbo
, gpt-4
Any extra data you want to add to your chatbot.
Any metadata (key-value pairs) that you can assign to the chatbot. Key should be string and Value could be anything.
Was this page helpful?