Class: Aws::Types::AgenticRetrieveStreamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_context])

Instance Attribute Summary collapse

Instance Attribute Details

#agentic_retrieve_configurationTypes::AgenticRetrieveConfiguration

Returns the value of attribute agentic_retrieve_configuration.



313
314
315
# File 'sig/types.rbs', line 313

def agentic_retrieve_configuration
  @agentic_retrieve_configuration
end

#generate_responseBoolean

Returns the value of attribute generate_response.

Returns:

  • (Boolean)


314
315
316
# File 'sig/types.rbs', line 314

def generate_response
  @generate_response
end

#memory_configurationTypes::AgenticRetrieveMemoryConfiguration

Returns the value of attribute memory_configuration.



315
316
317
# File 'sig/types.rbs', line 315

def memory_configuration
  @memory_configuration
end

#messages::Array[Types::AgenticRetrieveMessage]

Returns the value of attribute messages.

Returns:



316
317
318
# File 'sig/types.rbs', line 316

def messages
  @messages
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def next_token
  @next_token
end

#policy_configurationTypes::AgenticRetrievePolicyConfiguration

Returns the value of attribute policy_configuration.



318
319
320
# File 'sig/types.rbs', line 318

def policy_configuration
  @policy_configuration
end

#retrievers::Array[Types::AgenticRetriever]

Returns the value of attribute retrievers.

Returns:



319
320
321
# File 'sig/types.rbs', line 319

def retrievers
  @retrievers
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def user_context
  @user_context
end