Class: Aws::QConnect::Types::QuickResponseData

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

Overview

Information about the quick response.

Constant Summary collapse

SENSITIVE =
[:channels]

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>)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

class QuickResponseData < Struct.new(
  :quick_response_arn,
  :quick_response_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :content_type,
  :status,
  :created_time,
  :last_modified_time,
  :contents,
  :description,
  :grouping_configuration,
  :shortcut_key,
  :last_modified_by,
  :is_active,
  :channels,
  :language,
  :tags)
  SENSITIVE = [:channels]
  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)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#contentsTypes::QuickResponseContents

The contents of the quick response.



7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#created_timeTime

The timestamp when the quick response was created.

Returns:

  • (Time)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#descriptionString

The description of the quick response.

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#grouping_configurationTypes::GroupingConfiguration

The configuration information of the user groups that the quick response is accessible to.



7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#is_activeBoolean

Whether the quick response is active.

Returns:

  • (Boolean)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#knowledge_base_arnString

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

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#knowledge_base_idString

The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#languageString

The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#last_modified_byString

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

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#last_modified_timeTime

The timestamp when the quick response data was last modified.

Returns:

  • (Time)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#nameString

The name of the quick response.

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#quick_response_arnString

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

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#quick_response_idString

The identifier of the quick response.

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#shortcut_keyString

The shortcut key of the quick response. The value should be unique across the knowledge base.

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#statusString

The status of the quick response data.

Returns:

  • (String)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7751

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