interface EpisodicReflectionConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnMemoryPropsMixin_EpisodicReflectionConfigurationInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnMemoryPropsMixin » EpisodicReflectionConfigurationInputProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const episodicReflectionConfigurationInputProperty: bedrockagentcore_mixins.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty = {
namespaces: ['namespaces'],
};
Properties
| Name | Type | Description |
|---|---|---|
| namespaces? | string[] | List of namespaces for memory strategy. |
namespaces?
Type:
string[]
(optional)
List of namespaces for memory strategy.

.NET
Go
Java
Python
TypeScript