connectwisdomservice_create_content: Creates Wisdom content

View source: R/connectwisdomservice_operations.R

connectwisdomservice_create_contentR Documentation

Creates Wisdom content

Description

Creates Wisdom content. Before to calling this API, use start_content_upload to upload an asset.

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

Usage

connectwisdomservice_create_content(
  clientToken = NULL,
  knowledgeBaseId,
  metadata = NULL,
  name,
  overrideLinkOutUri = NULL,
  tags = NULL,
  title = NULL,
  uploadId
)

Arguments

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

knowledgeBaseId

[required] The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain 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.

name

[required] The name of the content. Each piece of content in a knowledge base must have a unique name. You can retrieve a piece of content using only its knowledge base and its name with the search_content API.

overrideLinkOutUri

The URI you want to use for the article. If the knowledge base has a templateUri, setting this argument overrides it for this piece of content.

tags

The tags used to organize, track, or control access for this resource.

title

The title of the content. If not set, the title is equal to the name.

uploadId

[required] 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.