Class: Aws::QConnect::Types::UpdateQuickResponseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:channels]

Instance Attribute Summary collapse

Instance Attribute Details

#channels ⇒ Array<String>

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

Returns:

  • (Array<String>)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#content ⇒ Types::QuickResponseDataProvider

The updated content of the quick response.



12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#content_type ⇒ String

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)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#description ⇒ String

The updated description of the quick response.

Returns:

  • (String)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#grouping_configuration ⇒ Types::GroupingConfiguration

The updated grouping configuration of the quick response.



12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#is_active ⇒ Boolean

Whether the quick response is active.

Returns:

  • (Boolean)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#knowledge_base_id ⇒ String

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

Returns:

  • (String)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#language ⇒ String

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)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#name ⇒ String

The name of the quick response.

Returns:

  • (String)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#quick_response_id ⇒ String

The identifier of the quick response.

Returns:

  • (String)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#remove_description ⇒ Boolean

Whether to remove the description from the quick response.

Returns:

  • (Boolean)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#remove_grouping_configuration ⇒ Boolean

Whether to remove the grouping configuration of the quick response.

Returns:

  • (Boolean)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#remove_shortcut_key ⇒ Boolean

Whether to remove the shortcut key of the quick response.

Returns:

  • (Boolean)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end

#shortcut_key ⇒ String

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

Returns:

  • (String)


12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12695

class UpdateQuickResponseRequest < Struct.new(
  :knowledge_base_id,
  :quick_response_id,
  :name,
  :content,
  :content_type,
  :grouping_configuration,
  :remove_grouping_configuration,
  :description,
  :remove_description,
  :shortcut_key,
  :remove_shortcut_key,
  :is_active,
  :channels,
  :language)
  SENSITIVE = [:channels]
  include Aws::Structure
end