ReflectionConfiguration
Contains reflection configuration information for a memory strategy.
Inheritors
Types
The configuration for a custom reflection strategy.
The configuration for the episodic reflection strategy.
Functions
Casts this ReflectionConfiguration as a CustomReflectionConfiguration and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CustomReflectionConfiguration value. Throws an exception if the ReflectionConfiguration is not a CustomReflectionConfiguration.
Casts this ReflectionConfiguration as a CustomReflectionConfiguration and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CustomReflectionConfiguration value. Returns null if the ReflectionConfiguration is not a CustomReflectionConfiguration.
Casts this ReflectionConfiguration as a EpisodicReflectionConfiguration and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EpisodicReflectionConfiguration value. Throws an exception if the ReflectionConfiguration is not a EpisodicReflectionConfiguration.
Casts this ReflectionConfiguration as a EpisodicReflectionConfiguration and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EpisodicReflectionConfiguration value. Returns null if the ReflectionConfiguration is not a EpisodicReflectionConfiguration.