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.
-
#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.
232 233 234 |
# File 'sig/types.rbs', line 232 def agentic_retrieve_configuration @agentic_retrieve_configuration end |
#generate_response ⇒ Boolean
Returns the value of attribute generate_response.
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.
234 235 236 |
# File 'sig/types.rbs', line 234 def @messages end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
235 236 237 |
# File 'sig/types.rbs', line 235 def next_token @next_token end |
#policy_configuration ⇒ Types::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.
237 238 239 |
# File 'sig/types.rbs', line 237 def retrievers @retrievers end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
238 239 240 |
# File 'sig/types.rbs', line 238 def user_context @user_context end |