Class: Aws::Types::DescribeSlotTypeResponse

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)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def bot_version
  @bot_version
end

#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting

Returns the value of attribute composite_slot_type_setting.



1632
1633
1634
# File 'sig/types.rbs', line 1632

def composite_slot_type_setting
  @composite_slot_type_setting
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def description
  @description
end

#external_source_setting ⇒ Types::ExternalSourceSetting

Returns the value of attribute external_source_setting.



1631
1632
1633
# File 'sig/types.rbs', line 1631

def external_source_setting
  @external_source_setting
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def locale_id
  @locale_id
end

#parent_slot_type_signature ⇒ ::String

Returns the value of attribute parent_slot_type_signature.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def parent_slot_type_signature
  @parent_slot_type_signature
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def slot_type_id
  @slot_type_id
end

#slot_type_name ⇒ ::String

Returns the value of attribute slot_type_name.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def slot_type_name
  @slot_type_name
end

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

Returns the value of attribute slot_type_values.

Returns:



1623
1624
1625
# File 'sig/types.rbs', line 1623

def slot_type_values
  @slot_type_values
end

#value_selection_setting ⇒ Types::SlotValueSelectionSetting

Returns the value of attribute value_selection_setting.



1624
1625
1626
# File 'sig/types.rbs', line 1624

def value_selection_setting
  @value_selection_setting
end