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.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def channels @channels end |
#content ⇒ Types::QuickResponseDataProvider
Returns the value of attribute content.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def is_active @is_active end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def name @name end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def quick_response_id @quick_response_id end |
#remove_description ⇒ Boolean
Returns the value of attribute remove_description.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def remove_description @remove_description end |
#remove_grouping_configuration ⇒ Boolean
Returns the value of attribute remove_grouping_configuration.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def remove_grouping_configuration @remove_grouping_configuration end |
#remove_shortcut_key ⇒ Boolean
Returns the value of attribute remove_shortcut_key.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def remove_shortcut_key @remove_shortcut_key end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def shortcut_key @shortcut_key end |