- Navigation Guide
@aws-sdk/client-qconnect
CreateAssistantCommandInput Interface
Members
Name | Type | Details |
---|---|---|
name Required | string | undefined | The name of the assistant. |
type Required | AssistantType | undefined | The type of assistant. |
clientToken | string | undefined | 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 | string | undefined | The description of the assistant. |
serverSideEncryptionConfiguration | ServerSideEncryptionConfiguration | undefined | The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance . |
tags | Record<string, string> | undefined | The tags used to organize, track, or control access for this resource. |
Full Signature
export interface CreateAssistantCommandInput extends CreateAssistantRequest