Class: Aws::Types::RuntimeSettings
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nlu_improvement ⇒ Types::NluImprovementSpecification
Returns the value of attribute nlu_improvement.
-
#slot_resolution_improvement ⇒ Types::SlotResolutionImprovementSpecification
Returns the value of attribute slot_resolution_improvement.
Instance Attribute Details
#nlu_improvement ⇒ Types::NluImprovementSpecification
Returns the value of attribute nlu_improvement.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def nlu_improvement @nlu_improvement end |
#slot_resolution_improvement ⇒ Types::SlotResolutionImprovementSpecification
Returns the value of attribute slot_resolution_improvement.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def slot_resolution_improvement @slot_resolution_improvement end |