Class: Aws::QConnect::Types::CreateQuickResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateQuickResponseRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:channels]
Instance Attribute Summary collapse
-
#channels ⇒ Array<String>
The Amazon Connect channels this quick response applies to.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#content ⇒ Types::QuickResponseDataProvider
The content of the quick response.
-
#content_type ⇒ String
The media type of the quick response content.
-
#description ⇒ String
The description of the quick response.
-
#grouping_configuration ⇒ Types::GroupingConfiguration
The configuration information of the user groups that the quick response is accessible to.
-
#is_active ⇒ Boolean
Whether the quick response is active.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#language ⇒ String
The language code value for the language in which the quick response is written.
-
#name ⇒ String
The name of the quick response.
-
#shortcut_key ⇒ String
The shortcut key of the quick response.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#channels ⇒ Array<String>
The Amazon Connect channels this quick response applies to.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
A suitable default value is auto-generated. You should normally not need to pass this option.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#content ⇒ Types::QuickResponseDataProvider
The content of the quick response.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#content_type ⇒ String
The media type of the quick response content.
Use
application/x.quickresponse;format=plainfor a quick response written in plain text.Use
application/x.quickresponse;format=markdownfor a quick response written in richtext.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#description ⇒ String
The description of the quick response.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#grouping_configuration ⇒ Types::GroupingConfiguration
The configuration information of the user groups that the quick response is accessible to.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#is_active ⇒ Boolean
Whether the quick response is active.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) 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.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) 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
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#name ⇒ String
The name of the quick response.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) 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.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3033 class CreateQuickResponseRequest < Struct.new( :knowledge_base_id, :name, :content, :content_type, :grouping_configuration, :description, :shortcut_key, :is_active, :channels, :language, :client_token, :tags) SENSITIVE = [:channels] include Aws::Structure end |