Class: Aws::BedrockAgentRuntime::Types::ActionGroupInvocationOutput

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

Overview

Contains the JSON-formatted string returned by the API invoked by the action group.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The JSON-formatted string returned by the API invoked by the action group.

Returns:

  • (String)


168
169
170
171
172
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 168

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