Class: Aws::Types::UpdateSlotResponse

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)


3724
3725
3726
# File 'sig/types.rbs', line 3724

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3725
3726
3727
# File 'sig/types.rbs', line 3725

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3728
3729
3730
# File 'sig/types.rbs', line 3728

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3720
3721
3722
# File 'sig/types.rbs', line 3720

def description
  @description
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


3727
3728
3729
# File 'sig/types.rbs', line 3727

def intent_id
  @intent_id
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3729
3730
3731
# File 'sig/types.rbs', line 3729

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3726
3727
3728
# File 'sig/types.rbs', line 3726

def locale_id
  @locale_id
end

#multiple_values_setting ⇒ Types::MultipleValuesSetting

Returns the value of attribute multiple_values_setting.



3730
3731
3732
# File 'sig/types.rbs', line 3730

def multiple_values_setting
  @multiple_values_setting
end

#obfuscation_setting ⇒ Types::ObfuscationSetting

Returns the value of attribute obfuscation_setting.



3723
3724
3725
# File 'sig/types.rbs', line 3723

def obfuscation_setting
  @obfuscation_setting
end

#slot_id ⇒ ::String

Returns the value of attribute slot_id.

Returns:

  • (::String)


3718
3719
3720
# File 'sig/types.rbs', line 3718

def slot_id
  @slot_id
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


3719
3720
3721
# File 'sig/types.rbs', line 3719

def slot_name
  @slot_name
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.

Returns:

  • (::String)


3721
3722
3723
# File 'sig/types.rbs', line 3721

def slot_type_id
  @slot_type_id
end

#sub_slot_setting ⇒ Types::SubSlotSetting

Returns the value of attribute sub_slot_setting.



3731
3732
3733
# File 'sig/types.rbs', line 3731

def sub_slot_setting
  @sub_slot_setting
end

#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting

Returns the value of attribute value_elicitation_setting.



3722
3723
3724
# File 'sig/types.rbs', line 3722

def value_elicitation_setting
  @value_elicitation_setting
end