Class: Aws::Types::DescribeSlotResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSlotResponse
- 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.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#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_id ⇒ ::String
Returns the value of attribute slot_id.
-
#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.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def description @description end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def intent_id @intent_id end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def locale_id @locale_id end |
#multiple_values_setting ⇒ Types::MultipleValuesSetting
Returns the value of attribute multiple_values_setting.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def multiple_values_setting @multiple_values_setting end |
#obfuscation_setting ⇒ Types::ObfuscationSetting
Returns the value of attribute obfuscation_setting.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def obfuscation_setting @obfuscation_setting end |
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def slot_id @slot_id end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def slot_name @slot_name end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def slot_type_id @slot_type_id end |
#sub_slot_setting ⇒ Types::SubSlotSetting
Returns the value of attribute sub_slot_setting.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def sub_slot_setting @sub_slot_setting end |
#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting
Returns the value of attribute value_elicitation_setting.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def value_elicitation_setting @value_elicitation_setting end |