Class: Aws::Types::IntentDisambiguationSettings
- Inherits:
-
Object
- Object
- Aws::Types::IntentDisambiguationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_disambiguation_message ⇒ ::String
Returns the value of attribute custom_disambiguation_message.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#max_disambiguation_intents ⇒ ::Integer
Returns the value of attribute max_disambiguation_intents.
Instance Attribute Details
#custom_disambiguation_message ⇒ ::String
Returns the value of attribute custom_disambiguation_message.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def @custom_disambiguation_message end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def enabled @enabled end |
#max_disambiguation_intents ⇒ ::Integer
Returns the value of attribute max_disambiguation_intents.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def max_disambiguation_intents @max_disambiguation_intents end |