AWS::Wisdom::AIAgent AnswerRecommendationAIAgentConfiguration
The configuration for AI Agents of type ANSWER_RECOMMENDATION
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AnswerGenerationAIPromptId" :
String
, "AssociationConfigurations" :[ AssociationConfiguration, ... ]
, "IntentLabelingGenerationAIPromptId" :String
, "QueryReformulationAIPromptId" :String
}
YAML
AnswerGenerationAIPromptId:
String
AssociationConfigurations:- AssociationConfiguration
IntentLabelingGenerationAIPromptId:String
QueryReformulationAIPromptId:String
Properties
AnswerGenerationAIPromptId
-
The AI Prompt identifier for the Answer Generation prompt used by the
ANSWER_RECOMMENDATION
AI 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
AssociationConfigurations
-
The association configurations for overriding behavior on this AI Agent.
Required: No
Type: Array of AssociationConfiguration
Update requires: No interruption
IntentLabelingGenerationAIPromptId
-
The AI Prompt identifier for the Intent Labeling prompt used by the
ANSWER_RECOMMENDATION
AI 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
QueryReformulationAIPromptId
-
The AI Prompt identifier for the Query Reformulation prompt used by the
ANSWER_RECOMMENDATION
AI 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