Module: Aws::LexModelsV2::Client::_DescribeSlotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSlotResponse]
- 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
1034 |
# File 'sig/client.rbs', line 1034
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1035 |
# File 'sig/client.rbs', line 1035
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
1038 |
# File 'sig/client.rbs', line 1038
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
1030 |
# File 'sig/client.rbs', line 1030
def description: () -> ::String
|
#intent_id ⇒ ::String
1037 |
# File 'sig/client.rbs', line 1037
def intent_id: () -> ::String
|
#last_updated_date_time ⇒ ::Time
1039 |
# File 'sig/client.rbs', line 1039
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
1036 |
# File 'sig/client.rbs', line 1036
def locale_id: () -> ::String
|
#multiple_values_setting ⇒ Types::MultipleValuesSetting
1040 |
# File 'sig/client.rbs', line 1040
def multiple_values_setting: () -> Types::MultipleValuesSetting
|
#obfuscation_setting ⇒ Types::ObfuscationSetting
1033 |
# File 'sig/client.rbs', line 1033
def obfuscation_setting: () -> Types::ObfuscationSetting
|
#slot_id ⇒ ::String
1028 |
# File 'sig/client.rbs', line 1028
def slot_id: () -> ::String
|
#slot_name ⇒ ::String
1029 |
# File 'sig/client.rbs', line 1029
def slot_name: () -> ::String
|
#slot_type_id ⇒ ::String
1031 |
# File 'sig/client.rbs', line 1031
def slot_type_id: () -> ::String
|
#sub_slot_setting ⇒ Types::SubSlotSetting
1041 |
# File 'sig/client.rbs', line 1041
def sub_slot_setting: () -> Types::SubSlotSetting
|
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
1032 |
# File 'sig/client.rbs', line 1032
def value_elicitation_setting: () -> Types::SlotValueElicitationSetting
|