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

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

Overview

Contains details about the response to the user.

Constant Summary collapse

SENSITIVE =
[:text, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Contains information about the invoke agent operation.

Returns:



1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1611

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

#textString

The text in the response to the user.

Returns:

  • (String)


1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1611

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