Class: Aws::Types::CreateSlotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSlotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#multiple_values_setting ⇒ Types::MultipleValuesSetting
Returns the value of attribute multiple_values_setting.
-
#obfuscation_setting ⇒ Types::ObfuscationSetting
Returns the value of attribute obfuscation_setting.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
-
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
-
#sub_slot_setting ⇒ Types::SubSlotSetting
Returns the value of attribute sub_slot_setting.
-
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
Returns the value of attribute value_elicitation_setting.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
975 976 977 |
# File 'sig/types.rbs', line 975 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
976 977 978 |
# File 'sig/types.rbs', line 976 def bot_version @bot_version end |
#description ⇒ ::String
Returns the value of attribute description.
971 972 973 |
# File 'sig/types.rbs', line 971 def description @description end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
978 979 980 |
# File 'sig/types.rbs', line 978 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
977 978 979 |
# File 'sig/types.rbs', line 977 def locale_id @locale_id end |
#multiple_values_setting ⇒ Types::MultipleValuesSetting
Returns the value of attribute multiple_values_setting.
979 980 981 |
# File 'sig/types.rbs', line 979 def multiple_values_setting @multiple_values_setting end |
#obfuscation_setting ⇒ Types::ObfuscationSetting
Returns the value of attribute obfuscation_setting.
974 975 976 |
# File 'sig/types.rbs', line 974 def obfuscation_setting @obfuscation_setting end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
970 971 972 |
# File 'sig/types.rbs', line 970 def slot_name @slot_name end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def slot_type_id @slot_type_id end |
#sub_slot_setting ⇒ Types::SubSlotSetting
Returns the value of attribute sub_slot_setting.
980 981 982 |
# File 'sig/types.rbs', line 980 def sub_slot_setting @sub_slot_setting end |
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
Returns the value of attribute value_elicitation_setting.
973 974 975 |
# File 'sig/types.rbs', line 973 def value_elicitation_setting @value_elicitation_setting end |