Class: Aws::BedrockAgentRuntime::Types::CustomOrchestrationTraceEvent

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

Overview

The event in the custom orchestration sequence. Events are the responses which the custom orchestration Lambda function sends as response to the agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text that prompted the event at this step.

Returns:

  • (String)


1309
1310
1311
1312
1313
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1309

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