Class: Aws::BedrockAgentCoreControl::Types::EpisodicReflectionConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

An episodic reflection configuration input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespacesArray<String>

The namespaces over which to create reflections. Can be less nested than episode namespaces.

Returns:

  • (Array<String>)


3565
3566
3567
3568
3569
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3565

class EpisodicReflectionConfigurationInput < Struct.new(
  :namespaces)
  SENSITIVE = []
  include Aws::Structure
end