Class: Aws::Types::DescribeSlotRequest

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)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def bot_version
  @bot_version
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def locale_id
  @locale_id
end

#slot_id ⇒ ::String

Returns the value of attribute slot_id.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def slot_id
  @slot_id
end