Class: Aws::QConnect::Types::QuickResponseSummary

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

Overview

The summary information about the quick response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<String>

The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.

Returns:

  • (Array<String>)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The media type of the quick response content.

  • Use application/x.quickresponse;format=plain for quick response written in plain text.

  • Use application/x.quickresponse;format=markdown for quick response written in richtext.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp when the quick response was created.

Returns:

  • (Time)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the quick response.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#is_activeBoolean

Whether the quick response is active.

Returns:

  • (Boolean)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The Amazon Resource Name (ARN) of the user who last updated the quick response data.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the quick response summary was last modified.

Returns:

  • (Time)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the quick response.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#quick_response_arnString

The Amazon Resource Name (ARN) of the quick response.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#quick_response_idString

The identifier of the quick response.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The resource status of the quick response.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3298

class QuickResponseSummary < Struct.new(
  :channels,
  :content_type,
  :created_time,
  :description,
  :is_active,
  :knowledge_base_arn,
  :knowledge_base_id,
  :last_modified_by,
  :last_modified_time,
  :name,
  :quick_response_arn,
  :quick_response_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end