Class: Aws::Types::CreateSlotResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.



991
992
993
# File 'sig/types.rbs', line 991

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.



992
993
994
# File 'sig/types.rbs', line 992

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.



995
996
997
# File 'sig/types.rbs', line 995

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.



987
988
989
# File 'sig/types.rbs', line 987

def description
  @description
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.



994
995
996
# File 'sig/types.rbs', line 994

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.



993
994
995
# File 'sig/types.rbs', line 993

def locale_id
  @locale_id
end

#multiple_values_setting ⇒ Types::MultipleValuesSetting

Returns the value of attribute multiple_values_setting.



996
997
998
# File 'sig/types.rbs', line 996

def multiple_values_setting
  @multiple_values_setting
end

#obfuscation_setting ⇒ Types::ObfuscationSetting

Returns the value of attribute obfuscation_setting.



990
991
992
# File 'sig/types.rbs', line 990

def obfuscation_setting
  @obfuscation_setting
end

#slot_id ⇒ ::String

Returns the value of attribute slot_id.



985
986
987
# File 'sig/types.rbs', line 985

def slot_id
  @slot_id
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.



986
987
988
# File 'sig/types.rbs', line 986

def slot_name
  @slot_name
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.



988
989
990
# File 'sig/types.rbs', line 988

def slot_type_id
  @slot_type_id
end

#sub_slot_setting ⇒ Types::SubSlotSetting

Returns the value of attribute sub_slot_setting.



997
998
999
# File 'sig/types.rbs', line 997

def sub_slot_setting
  @sub_slot_setting
end

#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting

Returns the value of attribute value_elicitation_setting.



989
990
991
# File 'sig/types.rbs', line 989

def value_elicitation_setting
  @value_elicitation_setting
end