Interface SessionSummaryConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionSummaryConfiguration.Builder,
,SessionSummaryConfiguration> SdkBuilder<SessionSummaryConfiguration.Builder,
,SessionSummaryConfiguration> SdkPojo
- Enclosing class:
SessionSummaryConfiguration
@Mutable
@NotThreadSafe
public static interface SessionSummaryConfiguration.Builder
extends SdkPojo, CopyableBuilder<SessionSummaryConfiguration.Builder,SessionSummaryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmaxRecentSessions
(Integer maxRecentSessions) Maximum number of recent session summaries to include in the agent's prompt context.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxRecentSessions
Maximum number of recent session summaries to include in the agent's prompt context.
- Parameters:
maxRecentSessions
- Maximum number of recent session summaries to include in the agent's prompt context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-