interface UserPreferenceOverrideConsolidationConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnMemoryPropsMixin.UserPreferenceOverrideConsolidationConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnMemoryPropsMixin_UserPreferenceOverrideConsolidationConfigurationInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnMemoryPropsMixin.UserPreferenceOverrideConsolidationConfigurationInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnMemoryPropsMixin.UserPreferenceOverrideConsolidationConfigurationInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnMemoryPropsMixin » UserPreferenceOverrideConsolidationConfigurationInputProperty |
The configuration input.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const userPreferenceOverrideConsolidationConfigurationInputProperty: bedrockagentcore.CfnMemoryPropsMixin.UserPreferenceOverrideConsolidationConfigurationInputProperty = {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| append | string | The memory configuration. |
| model | string | The memory override configuration model ID. |
appendToPrompt?
Type:
string
(optional)
The memory configuration.
modelId?
Type:
string
(optional)
The memory override configuration model ID.

.NET
Go
Java
Python
TypeScript