Class: Aws::Types::IntentDisambiguationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_disambiguation_message ⇒ ::String

Returns the value of attribute custom_disambiguation_message.

Returns:

  • (::String)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def custom_disambiguation_message
  @custom_disambiguation_message
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def max_disambiguation_intents
  @max_disambiguation_intents
end