Class: Aws::ConnectWisdomService::Types::AssistantData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::AssistantData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
The assistant data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom assistant.
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
-
#description ⇒ String
The description.
-
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
The configuration information for the Wisdom assistant integration.
-
#name ⇒ String
The name.
-
#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 assistant.
Instance Attribute Details
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom assistant.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :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 Wisdom assistant integration.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :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`, and `kms:Decrypt/kms:GenerateDataKey` permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see [Enable Amazon Connect Wisdom for your instance].
[1]: docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the assistant.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :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.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of assistant.
298 299 300 301 302 303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 298 class AssistantData < Struct.new( :assistant_arn, :assistant_id, :description, :integration_configuration, :name, :server_side_encryption_configuration, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |