Class: Aws::Types::AgenticRetrieveStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agentic_retrieve_configuration ⇒ Types::AgenticRetrieveConfiguration
Returns the value of attribute agentic_retrieve_configuration.
-
#generate_response ⇒ Boolean
Returns the value of attribute generate_response.
-
#memory_configuration ⇒ Types::AgenticRetrieveMemoryConfiguration
Returns the value of attribute memory_configuration.
-
#messages ⇒ ::Array[Types::AgenticRetrieveMessage]
Returns the value of attribute messages.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_configuration ⇒ Types::AgenticRetrievePolicyConfiguration
Returns the value of attribute policy_configuration.
-
#retrievers ⇒ ::Array[Types::AgenticRetriever]
Returns the value of attribute retrievers.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#agentic_retrieve_configuration ⇒ Types::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_response ⇒ Boolean
Returns the value of attribute generate_response.
314 315 316 |
# File 'sig/types.rbs', line 314 def generate_response @generate_response end |
#memory_configuration ⇒ Types::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.
316 317 318 |
# File 'sig/types.rbs', line 316 def @messages end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
317 318 319 |
# File 'sig/types.rbs', line 317 def next_token @next_token end |
#policy_configuration ⇒ Types::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.
319 320 321 |
# File 'sig/types.rbs', line 319 def retrievers @retrievers end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
320 321 322 |
# File 'sig/types.rbs', line 320 def user_context @user_context end |