Skip to main content

KnowledgeDocumentDirectoryPartialUpdate

product_id object

Updated main app product id that owns this knowledge directory.

anyOf
integer
agent_id object

Updated agent id whose chatbot can retrieve knowledge from this directory.

anyOf
integer
name object

Updated human-readable directory name.

anyOf
string
description object

Updated optional directory description.

anyOf
string
KnowledgeDocumentDirectoryPartialUpdate
{
"product_id": 0,
"agent_id": 0,
"name": "string",
"description": "string"
}