CustomReflectionConfiguration
Contains configurations for a custom reflection strategy.
Inheritors
Types
Link copied to clipboard
data class EpisodicReflectionOverride(val value: EpisodicReflectionOverride) : CustomReflectionConfiguration
The configuration for a reflection strategy to override the default one.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this CustomReflectionConfiguration as a EpisodicReflectionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EpisodicReflectionOverride value. Throws an exception if the CustomReflectionConfiguration is not a EpisodicReflectionOverride.
Link copied to clipboard
Casts this CustomReflectionConfiguration as a EpisodicReflectionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EpisodicReflectionOverride value. Returns null if the CustomReflectionConfiguration is not a EpisodicReflectionOverride.