connectwisdomservice_update_content: Updates information about the content

View source: R/connectwisdomservice_operations.R

connectwisdomservice_update_contentR Documentation

Updates information about the content

Description

Updates information about the content.

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

Usage

connectwisdomservice_update_content(
  contentId,
  knowledgeBaseId,
  metadata = NULL,
  overrideLinkOutUri = NULL,
  removeOverrideLinkOutUri = NULL,
  revisionId = NULL,
  title = NULL,
  uploadId = NULL
)

Arguments

contentId

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

knowledgeBaseId

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

metadata

A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Wisdom, you can store an external version identifier as metadata to utilize for determining drift.

overrideLinkOutUri

The URI for the article. If the knowledge base has a templateUri, setting this argument overrides it for this piece of content. To remove an existing overrideLinkOurUri, exclude this argument and set removeOverrideLinkOutUri to true.

removeOverrideLinkOutUri

Unset the existing overrideLinkOutUri if it exists.

revisionId

The revisionId of the content resource to update, taken from an earlier call to get_content, get_content_summary, search_content, or list_contents. If included, this argument acts as an optimistic lock to ensure content was not modified since it was last read. If it has been modified, this API throws a PreconditionFailedException.

title

The title of the content.

uploadId

A pointer to the uploaded asset. This value is returned by start_content_upload.


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