FAQ Questions
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
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 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 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
