Class: Aws::Types::CreateSlotTypeResponse

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.



1022
1023
1024
# File 'sig/types.rbs', line 1022

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.



1023
1024
1025
# File 'sig/types.rbs', line 1023

def bot_version
  @bot_version
end

#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting

Returns the value of attribute composite_slot_type_setting.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def composite_slot_type_setting
  @composite_slot_type_setting
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def description
  @description
end

#external_source_setting ⇒ Types::ExternalSourceSetting

Returns the value of attribute external_source_setting.



1026
1027
1028
# File 'sig/types.rbs', line 1026

def external_source_setting
  @external_source_setting
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.



1024
1025
1026
# File 'sig/types.rbs', line 1024

def locale_id
  @locale_id
end

#parent_slot_type_signature ⇒ ::String

Returns the value of attribute parent_slot_type_signature.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def parent_slot_type_signature
  @parent_slot_type_signature
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.



1016
1017
1018
# File 'sig/types.rbs', line 1016

def slot_type_id
  @slot_type_id
end

#slot_type_name ⇒ ::String

Returns the value of attribute slot_type_name.



1017
1018
1019
# File 'sig/types.rbs', line 1017

def slot_type_name
  @slot_type_name
end

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

Returns the value of attribute slot_type_values.



1019
1020
1021
# File 'sig/types.rbs', line 1019

def slot_type_values
  @slot_type_values
end

#value_selection_setting ⇒ Types::SlotValueSelectionSetting

Returns the value of attribute value_selection_setting.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def value_selection_setting
  @value_selection_setting
end