Class: Aws::ConnectWisdomService::Types::AssistantSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb

Overview

Summary information about the assistant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arnString

The Amazon Resource Name (ARN) of the Wisdom assistant.

Returns:

  • (String)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_idString

The identifier of the Wisdom assistant.

Returns:

  • (String)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the assistant.

Returns:

  • (String)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#integration_configurationTypes::AssistantIntegrationConfiguration

The configuration information for the Wisdom assistant integration.



383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the assistant.

Returns:

  • (String)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < 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_configurationTypes::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.



383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the assistant.

Returns:

  • (String)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the assistant.

Returns:

  • (String)


383
384
385
386
387
388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 383

class AssistantSummary < Struct.new(
  :assistant_arn,
  :assistant_id,
  :description,
  :integration_configuration,
  :name,
  :server_side_encryption_configuration,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end