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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



5257
5258
5259
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5257

def event_type
  @event_type
end

#textString

A text response.

Returns:

  • (String)


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