Class: Aws::Types::CreateQuickResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuickResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ Types::QuickResponseDataProvider
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
806 807 808 |
# File 'sig/types.rbs', line 806 def channels @channels end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
808 809 810 |
# File 'sig/types.rbs', line 808 def client_token @client_token end |
#content ⇒ Types::QuickResponseDataProvider
Returns the value of attribute content.
800 801 802 |
# File 'sig/types.rbs', line 800 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
801 802 803 |
# File 'sig/types.rbs', line 801 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
803 804 805 |
# File 'sig/types.rbs', line 803 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
802 803 804 |
# File 'sig/types.rbs', line 802 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
805 806 807 |
# File 'sig/types.rbs', line 805 def is_active @is_active end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
807 808 809 |
# File 'sig/types.rbs', line 807 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
799 800 801 |
# File 'sig/types.rbs', line 799 def name @name end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
804 805 806 |
# File 'sig/types.rbs', line 804 def shortcut_key @shortcut_key end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
809 810 811 |
# File 'sig/types.rbs', line 809 def @tags end |