Class: Aws::Types::UpdateSlotTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSlotTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
Returns the value of attribute composite_slot_type_setting.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_source_setting ⇒ Types::ExternalSourceSetting
Returns the value of attribute external_source_setting.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
-
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
-
#slot_type_name ⇒ ::String
Returns the value of attribute slot_type_name.
-
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
Returns the value of attribute slot_type_values.
-
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
Returns the value of attribute value_selection_setting.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def bot_version @bot_version end |
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
Returns the value of attribute composite_slot_type_setting.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def composite_slot_type_setting @composite_slot_type_setting end |
#description ⇒ ::String
Returns the value of attribute description.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def description @description end |
#external_source_setting ⇒ Types::ExternalSourceSetting
Returns the value of attribute external_source_setting.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def external_source_setting @external_source_setting end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def locale_id @locale_id end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def slot_type_id @slot_type_id end |
#slot_type_name ⇒ ::String
Returns the value of attribute slot_type_name.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def slot_type_name @slot_type_name end |
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
Returns the value of attribute slot_type_values.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def slot_type_values @slot_type_values end |
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
Returns the value of attribute value_selection_setting.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def value_selection_setting @value_selection_setting end |