Class: Aws::Types::UserTurnIntentOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


3796
3797
3798
# File 'sig/types.rbs', line 3796

def name
  @name
end

#slots ⇒ ::Hash[::String, Types::UserTurnSlotOutput]

Returns the value of attribute slots.

Returns:



3797
3798
3799
# File 'sig/types.rbs', line 3797

def slots
  @slots
end