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:

  • (::Array[::String])


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.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def content_type
  @content_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def language
  @language
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def shortcut_key
  @shortcut_key
end