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]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text in the response to the user.

Returns:

  • (String)


557
558
559
560
561
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 557

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