Class: Aws::Types::RemoveAssistantAIAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAssistantAIAgentRequest
- 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.
-
#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.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def ai_agent_type @ai_agent_type end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def assistant_id @assistant_id end |
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def orchestrator_use_case @orchestrator_use_case end |