Class: Aws::BedrockAgentRuntime::Types::FinalResponse

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

Overview

Contains details about the response to the user.

Constant Summary collapse

SENSITIVE =
[:metadata, :text]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Contains information about the invoke agent operation.

Returns:



1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1642

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

#textString

The text in the response to the user.

Returns:

  • (String)


1642
1643
1644
1645
1646
1647
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1642

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