---
title: Amazon Connect Wisdom Assistant
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Amazon Connect Wisdom Assistant
---

# Amazon Connect Wisdom Assistant

Amazon Connect Wisdom Assistant is a resource that represents an AI-powered assistant within Amazon Connect Wisdom. It helps contact center agents quickly find relevant information across knowledge bases and systems during customer interactions. The assistant provides summarized insights and recommendations to improve response accuracy and reduce handling time.

```
aws.wisdom_assistant
```

## Fields

| Title                                | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Description |
| ------------------------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                                 | core | string     |
| account_id                           | core | string     |
| assistant_arn                        | core | string     | The Amazon Resource Name (ARN) of the Wisdom assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| assistant_id                         | core | string     | The identifier of the Wisdom assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| description                          | core | string     | The description of the assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| integration_configuration            | core | json       | The configuration information for the Wisdom assistant integration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                                 | core | string     | The name of the assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| server_side_encryption_configuration | core | json       | 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. 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. |
| status                               | core | string     | The status of the assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| tags                                 | core | hstore_csv |
| type                                 | core | string     | The type of the assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
