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