Module: Aws::LexModelsV2::Client::_CreateSlotTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSlotTypeResponse]
- 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
- #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
500 |
# File 'sig/client.rbs', line 500
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def bot_version: () -> ::String
|
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
505 |
# File 'sig/client.rbs', line 505
def composite_slot_type_setting: () -> Types::CompositeSlotTypeSetting
|
#creation_date_time ⇒ ::Time
503 |
# File 'sig/client.rbs', line 503
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def description: () -> ::String
|
#external_source_setting ⇒ Types::ExternalSourceSetting
504 |
# File 'sig/client.rbs', line 504
def external_source_setting: () -> Types::ExternalSourceSetting
|
#locale_id ⇒ ::String
502 |
# File 'sig/client.rbs', line 502
def locale_id: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
499 |
# File 'sig/client.rbs', line 499
def parent_slot_type_signature: () -> ::String
|
#slot_type_id ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def slot_type_id: () -> ::String
|
#slot_type_name ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def slot_type_name: () -> ::String
|
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
497 |
# File 'sig/client.rbs', line 497
def slot_type_values: () -> ::Array[Types::SlotTypeValue]
|
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
498 |
# File 'sig/client.rbs', line 498
def value_selection_setting: () -> Types::SlotValueSelectionSetting
|