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
2553 |
# File 'sig/client.rbs', line 2553
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
2554 |
# File 'sig/client.rbs', line 2554
def bot_version: () -> ::String
|
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
2559 |
# File 'sig/client.rbs', line 2559
def composite_slot_type_setting: () -> Types::CompositeSlotTypeSetting
|
#creation_date_time ⇒ ::Time
2556 |
# File 'sig/client.rbs', line 2556
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
2549 |
# File 'sig/client.rbs', line 2549
def description: () -> ::String
|
#external_source_setting ⇒ Types::ExternalSourceSetting
2558 |
# File 'sig/client.rbs', line 2558
def external_source_setting: () -> Types::ExternalSourceSetting
|
#last_updated_date_time ⇒ ::Time
2557 |
# File 'sig/client.rbs', line 2557
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2555 |
# File 'sig/client.rbs', line 2555
def locale_id: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
2552 |
# File 'sig/client.rbs', line 2552
def parent_slot_type_signature: () -> ::String
|
#slot_type_id ⇒ ::String
2547 |
# File 'sig/client.rbs', line 2547
def slot_type_id: () -> ::String
|
#slot_type_name ⇒ ::String
2548 |
# File 'sig/client.rbs', line 2548
def slot_type_name: () -> ::String
|
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
2550 |
# File 'sig/client.rbs', line 2550
def slot_type_values: () -> ::Array[Types::SlotTypeValue]
|
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
2551 |
# File 'sig/client.rbs', line 2551
def value_selection_setting: () -> Types::SlotValueSelectionSetting
|