Class: Aws::Types::AssistantSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssistantSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#capability_configuration ⇒ Types::AssistantCapabilityConfiguration
Returns the value of attribute capability_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
Returns the value of attribute integration_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#orchestrator_configuration_list ⇒ ::Array[Types::OrchestratorConfigurationEntry]
Returns the value of attribute orchestrator_configuration_list.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "AGENT"
Returns the value of attribute type.
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.
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.
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.
359 360 361 |
# File 'sig/types.rbs', line 359 def assistant_id @assistant_id end |
#capability_configuration ⇒ Types::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.
364 365 366 |
# File 'sig/types.rbs', line 364 def description @description end |
#integration_configuration ⇒ Types::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.
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_configuration ⇒ Types::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.
363 364 365 |
# File 'sig/types.rbs', line 363 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
365 366 367 |
# File 'sig/types.rbs', line 365 def @tags end |
#type ⇒ "AGENT"
Returns the value of attribute type.
362 363 364 |
# File 'sig/types.rbs', line 362 def type @type end |