Class: Aws::Types::DescribeSlotResponse

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)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def description
  @description
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def intent_id
  @intent_id
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def locale_id
  @locale_id
end

#multiple_values_setting ⇒ Types::MultipleValuesSetting

Returns the value of attribute multiple_values_setting.



1606
1607
1608
# File 'sig/types.rbs', line 1606

def multiple_values_setting
  @multiple_values_setting
end

#obfuscation_setting ⇒ Types::ObfuscationSetting

Returns the value of attribute obfuscation_setting.



1599
1600
1601
# File 'sig/types.rbs', line 1599

def obfuscation_setting
  @obfuscation_setting
end

#slot_id ⇒ ::String

Returns the value of attribute slot_id.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def slot_id
  @slot_id
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def slot_name
  @slot_name
end

#slot_type_id ⇒ ::String

Returns the value of attribute slot_type_id.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def slot_type_id
  @slot_type_id
end

#sub_slot_setting ⇒ Types::SubSlotSetting

Returns the value of attribute sub_slot_setting.



1607
1608
1609
# File 'sig/types.rbs', line 1607

def sub_slot_setting
  @sub_slot_setting
end

#value_elicitation_setting ⇒ Types::SlotValueElicitationSetting

Returns the value of attribute value_elicitation_setting.



1598
1599
1600
# File 'sig/types.rbs', line 1598

def value_elicitation_setting
  @value_elicitation_setting
end