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.



232
233
234
# File 'sig/types.rbs', line 232

def agentic_retrieve_configuration
  @agentic_retrieve_configuration
end

#generate_responseBoolean

Returns the value of attribute generate_response.

Returns:

  • (Boolean)


233
234
235
# File 'sig/types.rbs', line 233

def generate_response
  @generate_response
end

#messages::Array[Types::AgenticRetrieveMessage]

Returns the value of attribute messages.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def messages
  @messages
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def next_token
  @next_token
end

#policy_configurationTypes::AgenticRetrievePolicyConfiguration

Returns the value of attribute policy_configuration.



236
237
238
# File 'sig/types.rbs', line 236

def policy_configuration
  @policy_configuration
end

#retrievers::Array[Types::AgenticRetriever]

Returns the value of attribute retrievers.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def retrievers
  @retrievers
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def user_context
  @user_context
end