Class: Aws::Types::UpdateQuickResponseRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Array[::String]

Returns the value of attribute channels.

Returns:



3300
3301
3302
# File 'sig/types.rbs', line 3300

def channels
  @channels
end

#contentTypes::QuickResponseDataProvider

Returns the value of attribute content.

Returns:



3291
3292
3293
# File 'sig/types.rbs', line 3291

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:



3292
3293
3294
# File 'sig/types.rbs', line 3292

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:



3295
3296
3297
# File 'sig/types.rbs', line 3295

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.

Returns:



3293
3294
3295
# File 'sig/types.rbs', line 3293

def grouping_configuration
  @grouping_configuration
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:



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.

Returns:



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.

Returns:



3301
3302
3303
# File 'sig/types.rbs', line 3301

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:



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.

Returns:



3289
3290
3291
# File 'sig/types.rbs', line 3289

def quick_response_id
  @quick_response_id
end

#remove_descriptionBoolean

Returns the value of attribute remove_description.

Returns:



3296
3297
3298
# File 'sig/types.rbs', line 3296

def remove_description
  @remove_description
end

#remove_grouping_configurationBoolean

Returns the value of attribute remove_grouping_configuration.

Returns:



3294
3295
3296
# File 'sig/types.rbs', line 3294

def remove_grouping_configuration
  @remove_grouping_configuration
end

#remove_shortcut_keyBoolean

Returns the value of attribute remove_shortcut_key.

Returns:



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.

Returns:



3297
3298
3299
# File 'sig/types.rbs', line 3297

def shortcut_key
  @shortcut_key
end