Class: Aws::Types::NluImprovementSpecification
- Inherits:
-
Object
- Object
- Aws::Types::NluImprovementSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assisted_nlu_mode ⇒ "Primary", "Fallback"
Returns the value of attribute assisted_nlu_mode.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#intent_disambiguation_settings ⇒ Types::IntentDisambiguationSettings
Returns the value of attribute intent_disambiguation_settings.
Instance Attribute Details
#assisted_nlu_mode ⇒ "Primary", "Fallback"
Returns the value of attribute assisted_nlu_mode.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def assisted_nlu_mode @assisted_nlu_mode end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def enabled @enabled end |
#intent_disambiguation_settings ⇒ Types::IntentDisambiguationSettings
Returns the value of attribute intent_disambiguation_settings.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def intent_disambiguation_settings @intent_disambiguation_settings end |