TriggerCondition
Condition that triggers memory processing.
Inheritors
Types
Functions
Casts this TriggerCondition as a MessageBasedTrigger and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.MessageBasedTrigger value. Throws an exception if the TriggerCondition is not a MessageBasedTrigger.
Casts this TriggerCondition as a MessageBasedTrigger and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.MessageBasedTrigger value. Returns null if the TriggerCondition is not a MessageBasedTrigger.
Casts this TriggerCondition as a TimeBasedTrigger and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.TimeBasedTrigger value. Throws an exception if the TriggerCondition is not a TimeBasedTrigger.
Casts this TriggerCondition as a TimeBasedTrigger and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.TimeBasedTrigger value. Returns null if the TriggerCondition is not a TimeBasedTrigger.
Casts this TriggerCondition as a TokenBasedTrigger and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.TokenBasedTrigger value. Throws an exception if the TriggerCondition is not a TokenBasedTrigger.
Casts this TriggerCondition as a TokenBasedTrigger and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.TokenBasedTrigger value. Returns null if the TriggerCondition is not a TokenBasedTrigger.