Add Q&A data-source to chatbot
Add Q&A data-source to chatbot
POST
/
api
/
aibot
/
data-source
/
qa
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
question
string
requiredQuestion for the Q&A data-source
answer
string
requiredAnswer for the Q&A data-source
chatbotId
string
requiredUnique identifier of the chatbot
isGeneratedByAI
boolean
Flag indicating if the answer is generated by AI