FAQ Questions
Update feedback on FAQ questions (APPROVED or REJECTED) to improve future question generation.
Update FAQ feedback request schema.
Attributes: faq_question_id (str): ID of the FAQ question to update feedback for. feedback (Literal["APPROVED", "REJECTED"]): Feedback type (APPROVED or REJECTED). user_comment (str | None): Optional user comment explaining the feedback. user_id (str | None): Optional user identifier for tracking.
ID of the FAQ question to update feedback for
Feedback type (APPROVED or REJECTED)
Optional user comment explaining the feedback
Optional user identifier for tracking
Successful response of feedback update.
Validation Error
Internal Server Error
Retrieve FAQ questions based on various filters with pagination support.
Knowledge Base identifier to filter questions
Task identifier to filter questions
Specific question ID to retrieve
Maximum number of questions to return
50Number of questions to skip for pagination
0Successful response containing FAQ questions.
Validation Error
Internal Server Error
Add a new FAQ question to the database.
Add FAQ question request schema.
Attributes: knowledge_base_id (str): Knowledge Base identifier for adding new question. question (str): The FAQ question text.
Optional task ID for inserting new generated question
user_manual_entryKnowledge Base identifier for adding new question
The FAQ question text
FAQ question successfully added.
Validation Error
Internal Server Error
Update an existing FAQ question in the database.
Update FAQ question request schema.
Attributes: question_id (str): ID of the question to update. question (str): The updated FAQ question text.
ID of the question to update
The updated FAQ question text
FAQ question successfully updated.
Validation Error
Internal Server Error
Last updated
