Class CfnAgentPropsMixin.MemoryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.MemoryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentPropsMixin.MemoryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentPropsMixin.MemoryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAgentPropsMixin.MemoryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentPropsMixin.MemoryConfigurationProperty
An implementation for
CfnAgentPropsMixin.MemoryConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.MemoryConfigurationProperty
CfnAgentPropsMixin.MemoryConfigurationProperty.Builder, CfnAgentPropsMixin.MemoryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgentPropsMixin.MemoryConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe type of memory that is stored.final ObjectContains the configuration for SESSION_SUMMARY memory type enabled for the agent.final NumberThe number of days the agent is configured to retain the conversational context.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAgentPropsMixin.MemoryConfigurationProperty.Builder.
-
-
Method Details
-
getEnabledMemoryTypes
Description copied from interface:CfnAgentPropsMixin.MemoryConfigurationPropertyThe type of memory that is stored.- Specified by:
getEnabledMemoryTypesin interfaceCfnAgentPropsMixin.MemoryConfigurationProperty- See Also:
-
getSessionSummaryConfiguration
Description copied from interface:CfnAgentPropsMixin.MemoryConfigurationPropertyContains the configuration for SESSION_SUMMARY memory type enabled for the agent.Returns union: either
IResolvableorCfnAgentPropsMixin.SessionSummaryConfigurationProperty- Specified by:
getSessionSummaryConfigurationin interfaceCfnAgentPropsMixin.MemoryConfigurationProperty- See Also:
-
getStorageDays
Description copied from interface:CfnAgentPropsMixin.MemoryConfigurationPropertyThe number of days the agent is configured to retain the conversational context.- Specified by:
getStorageDaysin interfaceCfnAgentPropsMixin.MemoryConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-