Qna
Training data teaches the AI agent about your product beyond your public Help Center: training files (documents, policies, internal notes) and Q&A entries (question variants with the exact answer to give). Use these endpoints to keep that knowledge in sync from your own systems — for example, pushing resolved support conversations, internal runbooks, or SOP documents automatically.
List Q&A entries
GET/v2/training_data/qna
Create a Q&A entry
POST/v2/training_data/qna
Get a Q&A entry
GET/v2/training_data/qna/{id}
Update a Q&A entry
PATCH/v2/training_data/qna/{id}
Delete a Q&A entry
DELETE/v2/training_data/qna/{id}