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
2527 |
# File 'sig/client.rbs', line 2527
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
2528 |
# File 'sig/client.rbs', line 2528
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2531 |
# File 'sig/client.rbs', line 2531
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
2523 |
# File 'sig/client.rbs', line 2523
def description: () -> ::String
|
#intent_id ⇒ ::String
2530 |
# File 'sig/client.rbs', line 2530
def intent_id: () -> ::String
|
#last_updated_date_time ⇒ ::Time
2532 |
# File 'sig/client.rbs', line 2532
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2529 |
# File 'sig/client.rbs', line 2529
def locale_id: () -> ::String
|
#multiple_values_setting ⇒ Types::MultipleValuesSetting
2533 |
# File 'sig/client.rbs', line 2533
def multiple_values_setting: () -> Types::MultipleValuesSetting
|
#obfuscation_setting ⇒ Types::ObfuscationSetting
2526 |
# File 'sig/client.rbs', line 2526
def obfuscation_setting: () -> Types::ObfuscationSetting
|
#slot_id ⇒ ::String
2521 |
# File 'sig/client.rbs', line 2521
def slot_id: () -> ::String
|
#slot_name ⇒ ::String
2522 |
# File 'sig/client.rbs', line 2522
def slot_name: () -> ::String
|
#slot_type_id ⇒ ::String
2524 |
# File 'sig/client.rbs', line 2524
def slot_type_id: () -> ::String
|
#sub_slot_setting ⇒ Types::SubSlotSetting
2534 |
# File 'sig/client.rbs', line 2534
def sub_slot_setting: () -> Types::SubSlotSetting
|
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
2525 |
# File 'sig/client.rbs', line 2525
def value_elicitation_setting: () -> Types::SlotValueElicitationSetting
|