Class: Aws::BedrockAgentRuntime::Types::GeneratedResponsePart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GeneratedResponsePart
- 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:
InvokeAgent response – in the
generatedResponsePart
fieldRetrieveAndGenerate response – in the
generatedResponsePart
field
Constant Summary collapse
- SENSITIVE =
[:text_response_part]
Instance Attribute Summary collapse
-
#text_response_part ⇒ Types::TextResponsePart
Contains metadata about a textual part of the generated response that is accompanied by a citation.
Instance Attribute Details
#text_response_part ⇒ Types::TextResponsePart
Contains metadata about a textual part of the generated response that is accompanied by a citation.
1035 1036 1037 1038 1039 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1035 class GeneratedResponsePart < Struct.new( :text_response_part) SENSITIVE = [:text_response_part] include Aws::Structure end |