Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateOutputEvent

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

Overview

A retrieve and generate output event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



8815
8816
8817
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8815

def event_type
  @event_type
end

#textString

A text response.

Returns:

  • (String)


8815
8816
8817
8818
8819
8820
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8815

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