Class: Aws::Types::UpdateSlotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3708
3709
3710
# File 'sig/types.rbs', line 3708

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3709
3710
3711
# File 'sig/types.rbs', line 3709

def bot_version
  @bot_version
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3704
3705
3706
# File 'sig/types.rbs', line 3704

def description
  @description
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


3711
3712
3713
# File 'sig/types.rbs', line 3711

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3710
3711
3712
# File 'sig/types.rbs', line 3710

def locale_id
  @locale_id
end

#multiple_values_setting ⇒ Types::MultipleValuesSetting

Returns the value of attribute multiple_values_setting.



3712
3713
3714
# File 'sig/types.rbs', line 3712

def multiple_values_setting
  @multiple_values_setting
end

#obfuscation_setting ⇒ Types::ObfuscationSetting

Returns the value of attribute obfuscation_setting.



3707
3708
3709
# File 'sig/types.rbs', line 3707

def obfuscation_setting
  @obfuscation_setting
end

#slot_id ⇒ ::String

Returns the value of attribute slot_id.

Returns:

  • (::String)


3702
3703
3704
# File 'sig/types.rbs', line 3702

def slot_id
  @slot_id
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


3703
3704
3705
# File 'sig/types.rbs', line 3703

def slot_name
  @slot_name
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.

Returns:

  • (::String)


3705
3706
3707
# File 'sig/types.rbs', line 3705

def slot_type_id
  @slot_type_id
end

#sub_slot_setting ⇒ Types::SubSlotSetting

Returns the value of attribute sub_slot_setting.



3713
3714
3715
# File 'sig/types.rbs', line 3713

def sub_slot_setting
  @sub_slot_setting
end

#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting

Returns the value of attribute value_elicitation_setting.



3706
3707
3708
# File 'sig/types.rbs', line 3706

def value_elicitation_setting
  @value_elicitation_setting
end