Package | Description |
---|---|
com.tencentcloudapi.lkeap.v20240522 | |
com.tencentcloudapi.lkeap.v20240522.models |
Modifier and Type | Method and Description |
---|---|
DeleteKnowledgeBaseResponse |
LkeapClient.DeleteKnowledgeBase(DeleteKnowledgeBaseRequest req)
用于从系统中删除一个现有的知识库。删除知识库将移除该知识库及其所有关联的知识条目(如文档、问答对、属性标签等)。该操作是不可逆的,请在执行前确认是否需要删除。**使用场景**:当某个知识库不再需要时,可以使用此接口将其从系统中删除。例如,一个项目结束后,其相关的知识库可能不再需要存储,可以使用该接口进行删除。
|
Constructor and Description |
---|
DeleteKnowledgeBaseRequest(DeleteKnowledgeBaseRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.