Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveResultEvent

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

Overview

An event containing agentic retrieval results.

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



725
726
727
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725

def event_type
  @event_type
end

#generated_responseTypes::AgenticRetrieveGeneratedResponse

The generated response. Present only when generateResponse is true.



725
726
727
728
729
730
731
732
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725

class AgenticRetrieveResultEvent < Struct.new(
  :generated_response,
  :next_token,
  :results,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Opaque continuation token for paginated results.

Returns:

  • (String)


725
726
727
728
729
730
731
732
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725

class AgenticRetrieveResultEvent < Struct.new(
  :generated_response,
  :next_token,
  :results,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<Types::AgenticRetrieveResultItem>

The list of retrieved result items.



725
726
727
728
729
730
731
732
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 725

class AgenticRetrieveResultEvent < Struct.new(
  :generated_response,
  :next_token,
  :results,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end