Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveResponseEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveResponseEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A chunk of the generated answer text.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#text ⇒ String
The generated text chunk.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
702 703 704 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 702 def event_type @event_type end |
#text ⇒ String
The generated text chunk.
702 703 704 705 706 707 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 702 class AgenticRetrieveResponseEvent < Struct.new( :text, :event_type) SENSITIVE = [] include Aws::Structure end |