Creates an Amazon Connect Wisdom assistant.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_create_assistant/ for full documentation.
connectwisdomservice_create_assistant(
clientToken = NULL,
description = NULL,
name,
serverSideEncryptionConfiguration = NULL,
tags = NULL,
type
)
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.
The description of the assistant.
[required] The name of the assistant.
The configuration information for the customer managed key used for encryption.
The customer managed 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. To use Wisdom with chat, the key policy must
also allow kms:Decrypt
, kms:GenerateDataKey*
, and kms:DescribeKey
permissions to the connect.amazonaws.com
service principal.
For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
The tags used to organize, track, or control access for this resource.
[required] The type of assistant.