KnowledgeDocumentDirectoryPartialUpdate
product_id object
Updated main app product id that owns this knowledge directory.
- integer
- null
integer
agent_id object
Updated agent id whose chatbot can retrieve knowledge from this directory.
- integer
- null
integer
name object
Updated human-readable directory name.
- string
- null
string
description object
Updated optional directory description.
- string
- null
string
KnowledgeDocumentDirectoryPartialUpdate
{
"product_id": 0,
"agent_id": 0,
"name": "string",
"description": "string"
}