This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Wisdom::AIAgent EmailGenerativeAnswerAIAgentConfiguration
The configuration for AI Agents of type EMAIL_GENERATIVE_ANSWER.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AssociationConfigurations" :[ AssociationConfiguration, ... ], "EmailGenerativeAnswerAIPromptId" :String, "EmailQueryReformulationAIPromptId" :String, "Locale" :String}
YAML
AssociationConfigurations:- AssociationConfigurationEmailGenerativeAnswerAIPromptId:StringEmailQueryReformulationAIPromptId:StringLocale:String
Properties
AssociationConfigurations-
The association configurations for overriding behavior on this AI Agent.
Required: No
Type: Array of AssociationConfiguration
Update requires: No interruption
EmailGenerativeAnswerAIPromptId-
The AI Prompt identifier for the Email Generative Answer prompt used by the
EMAIL_GENERATIVE_ANSWERAI Agent.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
EmailQueryReformulationAIPromptId-
The AI Prompt identifier for the Email Query Reformulation prompt used by the
EMAIL_GENERATIVE_ANSWERAI Agent.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 to which specifies the language and region settings that determine the response language for QueryAssistant.
Required: No
Type: String
Minimum:
1Update requires: No interruption