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



9265
9266
9267
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9265

def event_type
  @event_type
end

#textString

A text response.

Returns:

  • (String)


9265
9266
9267
9268
9269
9270
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9265

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