This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Wisdom::AIAgent EmailResponseAIAgentConfiguration
Configuration settings for the EMAIL_RESPONSE AI agent including prompts, locale, and knowledge base associations.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AssociationConfigurations" :[ AssociationConfiguration, ... ], "EmailQueryReformulationAIPromptId" :String, "EmailResponseAIPromptId" :String, "Locale" :String}
YAML
AssociationConfigurations:- AssociationConfigurationEmailQueryReformulationAIPromptId:StringEmailResponseAIPromptId:StringLocale:String
Properties
AssociationConfigurations-
Configuration settings for knowledge base associations used by the email response agent.
Required: No
Type: Array of AssociationConfiguration
Update requires: No interruption
EmailQueryReformulationAIPromptId-
The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.
Required: No
Type: String
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$Update requires: No interruption
EmailResponseAIPromptId-
The ID of the System AI prompt used for generating professional email responses based on knowledge base content.
Required: No
Type: String
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$Update requires: No interruption
Locale-
The locale setting for language-specific email response generation (for example, en_US, es_ES).
Required: No
Type: String
Minimum:
1Update requires: No interruption