Class: Aws::Types::RemoveAssistantAIAgentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_type"MANUAL_SEARCH", ...

Returns the value of attribute ai_agent_type.

Returns:

  • ("MANUAL_SEARCH", "ANSWER_RECOMMENDATION", "SELF_SERVICE", "EMAIL_RESPONSE", "EMAIL_OVERVIEW", "EMAIL_GENERATIVE_ANSWER", "ORCHESTRATION", "NOTE_TAKING", "CASE_SUMMARIZATION")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def orchestrator_use_case
  @orchestrator_use_case
end