Class: Aws::Types::CreateSlotRequest

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)


975
976
977
# File 'sig/types.rbs', line 975

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def bot_version
  @bot_version
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def description
  @description
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def locale_id
  @locale_id
end

#multiple_values_setting ⇒ Types::MultipleValuesSetting

Returns the value of attribute multiple_values_setting.



979
980
981
# File 'sig/types.rbs', line 979

def multiple_values_setting
  @multiple_values_setting
end

#obfuscation_setting ⇒ Types::ObfuscationSetting

Returns the value of attribute obfuscation_setting.



974
975
976
# File 'sig/types.rbs', line 974

def obfuscation_setting
  @obfuscation_setting
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def slot_name
  @slot_name
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def slot_type_id
  @slot_type_id
end

#sub_slot_setting ⇒ Types::SubSlotSetting

Returns the value of attribute sub_slot_setting.



980
981
982
# File 'sig/types.rbs', line 980

def sub_slot_setting
  @sub_slot_setting
end

#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting

Returns the value of attribute value_elicitation_setting.



973
974
975
# File 'sig/types.rbs', line 973

def value_elicitation_setting
  @value_elicitation_setting
end