Class: Aws::Types::NluImprovementSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assisted_nlu_mode ⇒ "Primary", "Fallback"

Returns the value of attribute assisted_nlu_mode.

Returns:

  • ("Primary", "Fallback")


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.

Returns:

  • (Boolean)


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