Class: Aws::BedrockAgentRuntime::Types::GeneratedResponsePart

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

Overview

Contains metadata about a part of the generated response that is accompanied by a citation.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[:text_response_part]

Instance Attribute Summary collapse

Instance Attribute Details

#text_response_partTypes::TextResponsePart

Contains metadata about a textual part of the generated response that is accompanied by a citation.



679
680
681
682
683
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 679

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