Class: Aws::Types::CreateSlotTypeRequest

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)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def bot_version
  @bot_version
end

#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting

Returns the value of attribute composite_slot_type_setting.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def composite_slot_type_setting
  @composite_slot_type_setting
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def description
  @description
end

#external_source_setting ⇒ Types::ExternalSourceSetting

Returns the value of attribute external_source_setting.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def external_source_setting
  @external_source_setting
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def locale_id
  @locale_id
end

#parent_slot_type_signature ⇒ ::String

Returns the value of attribute parent_slot_type_signature.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def parent_slot_type_signature
  @parent_slot_type_signature
end

#slot_type_name ⇒ ::String

Returns the value of attribute slot_type_name.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def slot_type_name
  @slot_type_name
end

#slot_type_values ⇒ ::Array[Types::SlotTypeValue]

Returns the value of attribute slot_type_values.

Returns:



1004
1005
1006
# File 'sig/types.rbs', line 1004

def slot_type_values
  @slot_type_values
end

#value_selection_setting ⇒ Types::SlotValueSelectionSetting

Returns the value of attribute value_selection_setting.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def value_selection_setting
  @value_selection_setting
end