Class: Aws::Types::UpdateAssistantAIAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssistantAIAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_type ⇒ "MANUAL_SEARCH", ...
Returns the value of attribute ai_agent_type.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#configuration ⇒ Types::AIAgentConfigurationData
Returns the value of attribute configuration.
-
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
Instance Attribute Details
#ai_agent_type ⇒ "MANUAL_SEARCH", ...
Returns the value of attribute ai_agent_type.
3219 3220 3221 |
# File 'sig/types.rbs', line 3219 def ai_agent_type @ai_agent_type end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
3218 3219 3220 |
# File 'sig/types.rbs', line 3218 def assistant_id @assistant_id end |
#configuration ⇒ Types::AIAgentConfigurationData
Returns the value of attribute configuration.
3220 3221 3222 |
# File 'sig/types.rbs', line 3220 def configuration @configuration end |
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
3221 3222 3223 |
# File 'sig/types.rbs', line 3221 def orchestrator_use_case @orchestrator_use_case end |