Values.AssistantSummarySourceSummary information about the assistant.
type nonrec t = {assistantArn : Arn.t option;The Amazon Resource Name (ARN) of the Wisdom assistant.
*)assistantId : Uuid.t option;The identifier of the Wisdom assistant.
*)description : Description.t option;The description of the assistant.
*)integrationConfiguration : AssistantIntegrationConfiguration.t option;The configuration information for the Wisdom assistant integration.
*)name : Name.t option;The name of the assistant.
*)serverSideEncryptionConfiguration : ServerSideEncryptionConfiguration.t option;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 : AssistantStatus.t option;The status of the assistant.
*)type_ : AssistantType.t option;The type of the assistant.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Arn.t
| `Structure of (string * [> `String of GenericArn.t ]) list ])
list ]