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.
223 224 225 |
# File 'sig/types.rbs', line 223 def channels @channels end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
224 225 226 |
# File 'sig/types.rbs', line 224 def client_token @client_token end |
#content ⇒ Types::QuickResponseDataProvider
Returns the value of attribute content.
225 226 227 |
# File 'sig/types.rbs', line 225 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
226 227 228 |
# File 'sig/types.rbs', line 226 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
228 229 230 |
# File 'sig/types.rbs', line 228 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
229 230 231 |
# File 'sig/types.rbs', line 229 def is_active @is_active end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
230 231 232 |
# File 'sig/types.rbs', line 230 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
231 232 233 |
# File 'sig/types.rbs', line 231 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
232 233 234 |
# File 'sig/types.rbs', line 232 def name @name end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
233 234 235 |
# File 'sig/types.rbs', line 233 def shortcut_key @shortcut_key end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
234 235 236 |
# File 'sig/types.rbs', line 234 def @tags end |