Class CfnAgent.MemoryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnAgent.MemoryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgent.MemoryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgent.MemoryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAgent.MemoryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgent.MemoryConfigurationProperty
An implementation for
CfnAgent.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.services.bedrock.CfnAgent.MemoryConfigurationProperty
CfnAgent.MemoryConfigurationProperty.Builder, CfnAgent.MemoryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgent.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 theCfnAgent.MemoryConfigurationProperty.Builder.
-
-
Method Details
-
getEnabledMemoryTypes
Description copied from interface:CfnAgent.MemoryConfigurationPropertyThe type of memory that is stored.- Specified by:
getEnabledMemoryTypesin interfaceCfnAgent.MemoryConfigurationProperty- See Also:
-
getSessionSummaryConfiguration
Description copied from interface:CfnAgent.MemoryConfigurationPropertyContains the configuration for SESSION_SUMMARY memory type enabled for the agent.Returns union: either
IResolvableorCfnAgent.SessionSummaryConfigurationProperty- Specified by:
getSessionSummaryConfigurationin interfaceCfnAgent.MemoryConfigurationProperty- See Also:
-
getStorageDays
Description copied from interface:CfnAgent.MemoryConfigurationPropertyThe number of days the agent is configured to retain the conversational context.- Specified by:
getStorageDaysin interfaceCfnAgent.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()
-