Class: Aws::Types::AssistantData

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


348
349
350
# File 'sig/types.rbs', line 348

def ai_agent_configuration
  @ai_agent_configuration
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def assistant_id
  @assistant_id
end

#capability_configurationTypes::AssistantCapabilityConfiguration

Returns the value of attribute capability_configuration.



347
348
349
# File 'sig/types.rbs', line 347

def capability_configuration
  @capability_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def description
  @description
end

#integration_configurationTypes::AssistantIntegrationConfiguration

Returns the value of attribute integration_configuration.



346
347
348
# File 'sig/types.rbs', line 346

def integration_configuration
  @integration_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def name
  @name
end

#orchestrator_configuration_list::Array[Types::OrchestratorConfigurationEntry]

Returns the value of attribute orchestrator_configuration_list.



349
350
351
# File 'sig/types.rbs', line 349

def orchestrator_configuration_list
  @orchestrator_configuration_list
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



345
346
347
# File 'sig/types.rbs', line 345

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


342
343
344
# File 'sig/types.rbs', line 342

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


344
345
346
# File 'sig/types.rbs', line 344

def tags
  @tags
end

#type"AGENT"

Returns the value of attribute type.

Returns:

  • ("AGENT")


341
342
343
# File 'sig/types.rbs', line 341

def type
  @type
end