Module: Aws::LexModelsV2::Client::_CreateSlotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSlotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #intent_id ⇒ ::String
- #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
464 |
# File 'sig/client.rbs', line 464
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
468 |
# File 'sig/client.rbs', line 468
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def description: () -> ::String
|
#intent_id ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def intent_id: () -> ::String
|
#locale_id ⇒ ::String
466 |
# File 'sig/client.rbs', line 466
def locale_id: () -> ::String
|
#multiple_values_setting ⇒ Types::MultipleValuesSetting
469 |
# File 'sig/client.rbs', line 469
def multiple_values_setting: () -> Types::MultipleValuesSetting
|
#obfuscation_setting ⇒ Types::ObfuscationSetting
463 |
# File 'sig/client.rbs', line 463
def obfuscation_setting: () -> Types::ObfuscationSetting
|
#slot_id ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def slot_id: () -> ::String
|
#slot_name ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def slot_name: () -> ::String
|
#slot_type_id ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def slot_type_id: () -> ::String
|
#sub_slot_setting ⇒ Types::SubSlotSetting
470 |
# File 'sig/client.rbs', line 470
def sub_slot_setting: () -> Types::SubSlotSetting
|
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
462 |
# File 'sig/client.rbs', line 462
def value_elicitation_setting: () -> Types::SlotValueElicitationSetting
|