Class: Aws::Types::UpdateQuickResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuickResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
-
#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.
-
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
-
#remove_description ⇒ Boolean
Returns the value of attribute remove_description.
-
#remove_grouping_configuration ⇒ Boolean
Returns the value of attribute remove_grouping_configuration.
-
#remove_shortcut_key ⇒ Boolean
Returns the value of attribute remove_shortcut_key.
-
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
Instance Attribute Details
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def channels @channels end |
#content ⇒ Types::QuickResponseDataProvider
Returns the value of attribute content.
3291 3292 3293 |
# File 'sig/types.rbs', line 3291 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
3292 3293 3294 |
# File 'sig/types.rbs', line 3292 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def is_active @is_active end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def name @name end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def quick_response_id @quick_response_id end |
#remove_description ⇒ Boolean
Returns the value of attribute remove_description.
3296 3297 3298 |
# File 'sig/types.rbs', line 3296 def remove_description @remove_description end |
#remove_grouping_configuration ⇒ Boolean
Returns the value of attribute remove_grouping_configuration.
3294 3295 3296 |
# File 'sig/types.rbs', line 3294 def remove_grouping_configuration @remove_grouping_configuration end |
#remove_shortcut_key ⇒ Boolean
Returns the value of attribute remove_shortcut_key.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def remove_shortcut_key @remove_shortcut_key end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
3297 3298 3299 |
# File 'sig/types.rbs', line 3297 def shortcut_key @shortcut_key end |