Interface CfnAgentPropsMixin.SessionSummaryConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentPropsMixin.SessionSummaryConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAgentPropsMixin
@Stability(Stable)
public static interface CfnAgentPropsMixin.SessionSummaryConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for SESSION_SUMMARY memory type enabled for the agent.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
SessionSummaryConfigurationProperty sessionSummaryConfigurationProperty = SessionSummaryConfigurationProperty.builder()
.maxRecentSessions(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentPropsMixin.SessionSummaryConfigurationPropertystatic final classAn implementation forCfnAgentPropsMixin.SessionSummaryConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxRecentSessions
Maximum number of recent session summaries to include in the agent's prompt context.- See Also:
-
builder
-