Remove Knowledge Base Template Uri
connectwisdomservice_remove_knowledge_base_template_uri | R Documentation |
Removes a URI template from a knowledge base¶
Description¶
Removes a URI template from a knowledge base.
Usage¶
connectwisdomservice_remove_knowledge_base_template_uri(knowledgeBaseId)
Arguments¶
knowledgeBaseId |
[required] The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN. |
Value¶
An empty list.
Request syntax¶
svc$remove_knowledge_base_template_uri(
knowledgeBaseId = "string"
)