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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Contains information about the action group output.

Returns:



172
173
174
175
176
177
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 172

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

#textString

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

Returns:

  • (String)


172
173
174
175
176
177
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 172

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