connectwisdomservice_update_knowledge_base_template_uri: Updates the template URI of a knowledge base

View source: R/connectwisdomservice_operations.R

connectwisdomservice_update_knowledge_base_template_uriR Documentation

Updates the template URI of a knowledge base

Description

Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in ⁠${variable}⁠ format; this interpolated by Wisdom using ingested content. For example, if you ingest a Salesforce article, it has an Id value, and you can set the template URI to ⁠https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view⁠.

See https://www.paws-r-sdk.com/docs/connectwisdomservice_update_knowledge_base_template_uri/ for full documentation.

Usage

connectwisdomservice_update_knowledge_base_template_uri(
  knowledgeBaseId,
  templateUri
)

Arguments

knowledgeBaseId

[required] The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

templateUri

[required] The template URI to update.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.