Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveResponseEvent

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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



702
703
704
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 702

def event_type
  @event_type
end

#textString

The generated text chunk.

Returns:

  • (String)


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