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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnAgent.MemoryConfigurationProperty
CfnAgent.MemoryConfigurationProperty.Builder, CfnAgent.MemoryConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAgent.MemoryConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
The type of memory that is stored.final Object
Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.final Number
The number of days the agent is configured to retain the conversational context.final int
hashCode()
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.MemoryConfigurationProperty
The type of memory that is stored.- Specified by:
getEnabledMemoryTypes
in interfaceCfnAgent.MemoryConfigurationProperty
- See Also:
-
getSessionSummaryConfiguration
Description copied from interface:CfnAgent.MemoryConfigurationProperty
Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.- Specified by:
getSessionSummaryConfiguration
in interfaceCfnAgent.MemoryConfigurationProperty
- See Also:
-
getStorageDays
Description copied from interface:CfnAgent.MemoryConfigurationProperty
The number of days the agent is configured to retain the conversational context.- Specified by:
getStorageDays
in interfaceCfnAgent.MemoryConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-