Class: Aws::Types::ListSlotsResponse

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)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def bot_version
  @bot_version
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2551
2552
2553
# File 'sig/types.rbs', line 2551

def next_token
  @next_token
end

#slot_summaries ⇒ ::Array[Types::SlotSummary]

Returns the value of attribute slot_summaries.

Returns:



2550
2551
2552
# File 'sig/types.rbs', line 2550

def slot_summaries
  @slot_summaries
end