connectwisdomservice_create_assistant: Creates an Amazon Connect Wisdom assistant

View source: R/connectwisdomservice_operations.R

connectwisdomservice_create_assistantR Documentation

Creates an Amazon Connect Wisdom assistant

Description

Creates an Amazon Connect Wisdom assistant.

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

Usage

connectwisdomservice_create_assistant(
  clientToken = NULL,
  description = NULL,
  name,
  serverSideEncryptionConfiguration = NULL,
  tags = NULL,
  type
)

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 of the assistant.

name

[required] The name of the assistant.

serverSideEncryptionConfiguration

The KMS key used for encryption.

tags

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

type

[required] The type of assistant.


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