Resource: KnowledgeBase
Represents knowledge base resource.
Note: The projects.agent.knowledgeBases resource is deprecated; only use projects.knowledgeBases.
| JSON representation | |
|---|---|
{ "name": string, "displayName": string } |
|
| Fields | |
|---|---|
name |
The knowledge base resource name. The name must be empty when creating a knowledge base. Format: |
displayName |
Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails. |
Methods |
|
|---|---|
|
Creates a knowledge base. |
|
Deletes the specified knowledge base. |
|
Retrieves the specified knowledge base. |
|
Returns the list of all knowledge bases of the specified agent. |
|
Updates the specified knowledge base. |


