Class: Aws::Types::AssistantSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_configuration::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]

Returns the value of attribute ai_agent_configuration.

Returns:

  • (::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData])


369
370
371
# File 'sig/types.rbs', line 369

def ai_agent_configuration
  @ai_agent_configuration
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def assistant_id
  @assistant_id
end

#capability_configurationTypes::AssistantCapabilityConfiguration

Returns the value of attribute capability_configuration.



368
369
370
# File 'sig/types.rbs', line 368

def capability_configuration
  @capability_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def description
  @description
end

#integration_configurationTypes::AssistantIntegrationConfiguration

Returns the value of attribute integration_configuration.



367
368
369
# File 'sig/types.rbs', line 367

def integration_configuration
  @integration_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def name
  @name
end

#orchestrator_configuration_list::Array[Types::OrchestratorConfigurationEntry]

Returns the value of attribute orchestrator_configuration_list.



370
371
372
# File 'sig/types.rbs', line 370

def orchestrator_configuration_list
  @orchestrator_configuration_list
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



366
367
368
# File 'sig/types.rbs', line 366

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


363
364
365
# File 'sig/types.rbs', line 363

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


365
366
367
# File 'sig/types.rbs', line 365

def tags
  @tags
end

#type"AGENT"

Returns the value of attribute type.

Returns:

  • ("AGENT")


362
363
364
# File 'sig/types.rbs', line 362

def type
  @type
end