Class: Aws::Types::Slot
- Inherits:
-
Object
- Object
- Aws::Types::Slot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value_spec ⇒ Types::SlotDefaultValueSpec
Returns the value of attribute default_value_spec.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#obfuscation_setting ⇒ "NONE", "DEFAULT_OBFUSCATION"
Returns the value of attribute obfuscation_setting.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#response_card ⇒ ::String
Returns the value of attribute response_card.
-
#sample_utterances ⇒ ::Array[::String]
Returns the value of attribute sample_utterances.
-
#slot_constraint ⇒ "Required", "Optional"
Returns the value of attribute slot_constraint.
-
#slot_type ⇒ ::String
Returns the value of attribute slot_type.
-
#slot_type_version ⇒ ::String
Returns the value of attribute slot_type_version.
-
#value_elicitation_prompt ⇒ Types::Prompt
Returns the value of attribute value_elicitation_prompt.
Instance Attribute Details
#default_value_spec ⇒ Types::SlotDefaultValueSpec
Returns the value of attribute default_value_spec.
863 864 865 |
# File 'sig/types.rbs', line 863 def default_value_spec @default_value_spec end |
#description ⇒ ::String
Returns the value of attribute description.
854 855 856 |
# File 'sig/types.rbs', line 854 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
853 854 855 |
# File 'sig/types.rbs', line 853 def name @name end |
#obfuscation_setting ⇒ "NONE", "DEFAULT_OBFUSCATION"
Returns the value of attribute obfuscation_setting.
862 863 864 |
# File 'sig/types.rbs', line 862 def obfuscation_setting @obfuscation_setting end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
859 860 861 |
# File 'sig/types.rbs', line 859 def priority @priority end |
#response_card ⇒ ::String
Returns the value of attribute response_card.
861 862 863 |
# File 'sig/types.rbs', line 861 def response_card @response_card end |
#sample_utterances ⇒ ::Array[::String]
Returns the value of attribute sample_utterances.
860 861 862 |
# File 'sig/types.rbs', line 860 def sample_utterances @sample_utterances end |
#slot_constraint ⇒ "Required", "Optional"
Returns the value of attribute slot_constraint.
855 856 857 |
# File 'sig/types.rbs', line 855 def slot_constraint @slot_constraint end |
#slot_type ⇒ ::String
Returns the value of attribute slot_type.
856 857 858 |
# File 'sig/types.rbs', line 856 def slot_type @slot_type end |
#slot_type_version ⇒ ::String
Returns the value of attribute slot_type_version.
857 858 859 |
# File 'sig/types.rbs', line 857 def slot_type_version @slot_type_version end |
#value_elicitation_prompt ⇒ Types::Prompt
Returns the value of attribute value_elicitation_prompt.
858 859 860 |
# File 'sig/types.rbs', line 858 def value_elicitation_prompt @value_elicitation_prompt end |