Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateOutputEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateOutputEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A retrieve and generate output event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#text ⇒ String
A text response.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
5257 5258 5259 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5257 def event_type @event_type end |
#text ⇒ String
A text response.
5257 5258 5259 5260 5261 5262 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5257 class RetrieveAndGenerateOutputEvent < Struct.new( :text, :event_type) SENSITIVE = [] include Aws::Structure end |