Class: Aws::Types::UpdateAssistantAIAgentRequest

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")


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.

Returns:

  • (::String)


3218
3219
3220
# File 'sig/types.rbs', line 3218

def assistant_id
  @assistant_id
end

#configurationTypes::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.

Returns:

  • (::String)


3221
3222
3223
# File 'sig/types.rbs', line 3221

def orchestrator_use_case
  @orchestrator_use_case
end