Class: Aws::QConnect::Types::AssistantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AssistantSummary
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Summary information about the assistant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_configuration ⇒ Hash<String,Types::AIAgentConfigurationData>
The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#capability_configuration ⇒ Types::AssistantCapabilityConfiguration
The configuration information for the Amazon Q in Connect assistant capability.
-
#description ⇒ String
The description of the assistant.
-
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
The configuration information for the Amazon Q in Connect assistant integration.
-
#name ⇒ String
The name of the assistant.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
-
#status ⇒ String
The status of the assistant.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#type ⇒ String
The type of the assistant.
Instance Attribute Details
#ai_agent_configuration ⇒ Hash<String,Types::AIAgentConfigurationData>
The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#capability_configuration ⇒ Types::AssistantCapabilityConfiguration
The configuration information for the Amazon Q in Connect assistant capability.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
The configuration information for the Amazon Q in Connect assistant integration.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
This KMS key must have a policy that allows kms:CreateGrant
,
kms:DescribeKey
, kms:Decrypt
, and kms:GenerateDataKey*
permissions to the IAM identity using the key to invoke Amazon Q in
Connect. To use Amazon Q in Connect with chat, the key policy must
also allow kms:Decrypt
, kms:GenerateDataKey*
, and
kms:DescribeKey
permissions to the connect.amazonaws.com
service
principal.
For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the assistant.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1288 class AssistantSummary < Struct.new( :ai_agent_configuration, :assistant_arn, :assistant_id, :capability_configuration, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |