connectwisdomservice_create_knowledge_base: Creates a knowledge base

View source: R/connectwisdomservice_operations.R

connectwisdomservice_create_knowledge_baseR Documentation

Creates a knowledge base

Description

Creates a knowledge base.

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

Usage

connectwisdomservice_create_knowledge_base(
  clientToken = NULL,
  description = NULL,
  knowledgeBaseType,
  name,
  renderingConfiguration = NULL,
  serverSideEncryptionConfiguration = NULL,
  sourceConfiguration = NULL,
  tags = NULL
)

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.

description

The description.

knowledgeBaseType

[required] The type of knowledge base. Only CUSTOM knowledge bases allow you to upload your own content. EXTERNAL knowledge bases support integrations with third-party systems whose content is synchronized automatically.

name

[required] The name of the knowledge base.

renderingConfiguration

Information about how to render the content.

serverSideEncryptionConfiguration

The configuration information for the customer managed key used for encryption.

This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, and kms:Decrypt/kms:GenerateDataKey permissions to the IAM identity using the key to invoke Wisdom.

For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.

sourceConfiguration

The source of the knowledge base content. Only set this argument for EXTERNAL knowledge bases.

tags

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


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.