Chatbot Settings
Update Chatbot Settings - General
Update general settings of the chatbot
PATCH
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 email notifications for new lead captures.
Option to disable smart followup questions generated by SiteGPT
Any extra data you want to add to your chatbot.
All available GPT models
Available options:
gpt-3.5-turbo
, gpt-4
Number of history messages to be considered when answering the question
Required range:
1 < x < 5
Must be a multiple of 1
Any metadata (key-value pairs) that you can assign to the chatbot. Key should be string and Value could be anything.
Number of smart follow up questions to be shown when enabled.
Required range:
1 < x < 5
Must be a multiple of 1
Was this page helpful?