Update Chatbot Settings - General
Update general settings of the chatbot
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
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.
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
1 < x < 5
Must be a multiple of 1
All available GPT models
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.
Response
Success Response
Indicates whether this is success response or error response
Overall message regarding the operation performed
Data returned from the server
Was this page helpful?