Module: Aws::LexModelsV2::Client::_UpdateSlotTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSlotTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #external_source_setting ⇒ Types::ExternalSourceSetting
- #last_updated_date_time ⇒ ::Time
- #locale_id ⇒ ::String
- #parent_slot_type_signature ⇒ ::String
- #slot_type_id ⇒ ::String
- #slot_type_name ⇒ ::String
- #slot_type_values ⇒ ::Array[Types::SlotTypeValue]
- #value_selection_setting ⇒ Types::SlotValueSelectionSetting
Instance Method Details
#bot_id ⇒ ::String
2565 |
# File 'sig/client.rbs', line 2565
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
2566 |
# File 'sig/client.rbs', line 2566
def bot_version: () -> ::String
|
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
2571 |
# File 'sig/client.rbs', line 2571
def composite_slot_type_setting: () -> Types::CompositeSlotTypeSetting
|
#creation_date_time ⇒ ::Time
2568 |
# File 'sig/client.rbs', line 2568
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
2561 |
# File 'sig/client.rbs', line 2561
def description: () -> ::String
|
#external_source_setting ⇒ Types::ExternalSourceSetting
2570 |
# File 'sig/client.rbs', line 2570
def external_source_setting: () -> Types::ExternalSourceSetting
|
#last_updated_date_time ⇒ ::Time
2569 |
# File 'sig/client.rbs', line 2569
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2567 |
# File 'sig/client.rbs', line 2567
def locale_id: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
2564 |
# File 'sig/client.rbs', line 2564
def parent_slot_type_signature: () -> ::String
|
#slot_type_id ⇒ ::String
2559 |
# File 'sig/client.rbs', line 2559
def slot_type_id: () -> ::String
|
#slot_type_name ⇒ ::String
2560 |
# File 'sig/client.rbs', line 2560
def slot_type_name: () -> ::String
|
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
2562 |
# File 'sig/client.rbs', line 2562
def slot_type_values: () -> ::Array[Types::SlotTypeValue]
|
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
2563 |
# File 'sig/client.rbs', line 2563
def value_selection_setting: () -> Types::SlotValueSelectionSetting
|