Module: Aws::LexModelsV2::Client::_DescribeSlotTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSlotTypeResponse]
- 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
- #last_updated_date_time ⇒ ::Time
- #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
1061 |
# File 'sig/client.rbs', line 1061
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1062 |
# File 'sig/client.rbs', line 1062
def bot_version: () -> ::String
|
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
1067 |
# File 'sig/client.rbs', line 1067
def composite_slot_type_setting: () -> Types::CompositeSlotTypeSetting
|
#creation_date_time ⇒ ::Time
1064 |
# File 'sig/client.rbs', line 1064
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
1057 |
# File 'sig/client.rbs', line 1057
def description: () -> ::String
|
#external_source_setting ⇒ Types::ExternalSourceSetting
1066 |
# File 'sig/client.rbs', line 1066
def external_source_setting: () -> Types::ExternalSourceSetting
|
#last_updated_date_time ⇒ ::Time
1065 |
# File 'sig/client.rbs', line 1065
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
1063 |
# File 'sig/client.rbs', line 1063
def locale_id: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
1060 |
# File 'sig/client.rbs', line 1060
def parent_slot_type_signature: () -> ::String
|
#slot_type_id ⇒ ::String
1055 |
# File 'sig/client.rbs', line 1055
def slot_type_id: () -> ::String
|
#slot_type_name ⇒ ::String
1056 |
# File 'sig/client.rbs', line 1056
def slot_type_name: () -> ::String
|
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
1058 |
# File 'sig/client.rbs', line 1058
def slot_type_values: () -> ::Array[Types::SlotTypeValue]
|
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
1059 |
# File 'sig/client.rbs', line 1059
def value_selection_setting: () -> Types::SlotValueSelectionSetting
|