

# EpisodicReflectionOverride
<a name="API_EpisodicReflectionOverride"></a>

Contains configurations to override the default reflection step for the episodic memory strategy.

## Contents
<a name="API_EpisodicReflectionOverride_Contents"></a>

 ** appendToPrompt **   <a name="bedrockagentcorecontrol-Type-EpisodicReflectionOverride-appendToPrompt"></a>
The text appended to the prompt for the reflection step of the episodic memory strategy.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 30000.  
Required: Yes

 ** modelId **   <a name="bedrockagentcorecontrol-Type-EpisodicReflectionOverride-modelId"></a>
The model ID used for the reflection step of the episodic memory strategy.  
Type: String  
Required: Yes

 ** namespaces **   <a name="bedrockagentcorecontrol-Type-EpisodicReflectionOverride-namespaces"></a>
 *This member has been deprecated.*   
The namespaces over which reflections were created. Can be less nested than the episodic namespaces.  
Type: Array of strings  
Array Members: Fixed number of 1 item.  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Pattern: `[a-zA-Z0-9\-_\/]*(\{(actorId|sessionId|memoryStrategyId)\}[a-zA-Z0-9\-_\/]*)*`   
Required: No

 ** namespaceTemplates **   <a name="bedrockagentcorecontrol-Type-EpisodicReflectionOverride-namespaceTemplates"></a>
The namespaceTemplates over which reflections were created. Can be less nested than the episodic namespaces.  
Type: Array of strings  
Array Members: Fixed number of 1 item.  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Pattern: `[a-zA-Z0-9\-_\/]*(\{(actorId|sessionId|memoryStrategyId)\}[a-zA-Z0-9\-_\/]*)*`   
Required: No

## See Also
<a name="API_EpisodicReflectionOverride_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agentcore-control-2023-06-05/EpisodicReflectionOverride) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agentcore-control-2023-06-05/EpisodicReflectionOverride) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agentcore-control-2023-06-05/EpisodicReflectionOverride) 