Module: Aws::LexModelsV2::Client::_UpdateSlotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSlotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #intent_id ⇒ ::String
- #last_updated_date_time ⇒ ::Time
- #locale_id ⇒ ::String
- #multiple_values_setting ⇒ Types::MultipleValuesSetting
- #obfuscation_setting ⇒ Types::ObfuscationSetting
- #slot_id ⇒ ::String
- #slot_name ⇒ ::String
- #slot_type_id ⇒ ::String
- #sub_slot_setting ⇒ Types::SubSlotSetting
- #value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
Instance Method Details
#bot_id ⇒ ::String
2515 |
# File 'sig/client.rbs', line 2515
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
2516 |
# File 'sig/client.rbs', line 2516
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2519 |
# File 'sig/client.rbs', line 2519
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
2511 |
# File 'sig/client.rbs', line 2511
def description: () -> ::String
|
#intent_id ⇒ ::String
2518 |
# File 'sig/client.rbs', line 2518
def intent_id: () -> ::String
|
#last_updated_date_time ⇒ ::Time
2520 |
# File 'sig/client.rbs', line 2520
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2517 |
# File 'sig/client.rbs', line 2517
def locale_id: () -> ::String
|
#multiple_values_setting ⇒ Types::MultipleValuesSetting
2521 |
# File 'sig/client.rbs', line 2521
def multiple_values_setting: () -> Types::MultipleValuesSetting
|
#obfuscation_setting ⇒ Types::ObfuscationSetting
2514 |
# File 'sig/client.rbs', line 2514
def obfuscation_setting: () -> Types::ObfuscationSetting
|
#slot_id ⇒ ::String
2509 |
# File 'sig/client.rbs', line 2509
def slot_id: () -> ::String
|
#slot_name ⇒ ::String
2510 |
# File 'sig/client.rbs', line 2510
def slot_name: () -> ::String
|
#slot_type_id ⇒ ::String
2512 |
# File 'sig/client.rbs', line 2512
def slot_type_id: () -> ::String
|
#sub_slot_setting ⇒ Types::SubSlotSetting
2522 |
# File 'sig/client.rbs', line 2522
def sub_slot_setting: () -> Types::SubSlotSetting
|
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
2513 |
# File 'sig/client.rbs', line 2513
def value_elicitation_setting: () -> Types::SlotValueElicitationSetting
|