Class: Aws::Types::ListSlotsRequest

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)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def bot_version
  @bot_version
end

#filters ⇒ ::Array[Types::SlotFilter]

Returns the value of attribute filters.

Returns:



2539
2540
2541
# File 'sig/types.rbs', line 2539

def filters
  @filters
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


2537
2538
2539
# File 'sig/types.rbs', line 2537

def intent_id
  @intent_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2540
2541
2542
# File 'sig/types.rbs', line 2540

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2541
2542
2543
# File 'sig/types.rbs', line 2541

def next_token
  @next_token
end

#sort_by ⇒ Types::SlotSortBy

Returns the value of attribute sort_by.

Returns:



2538
2539
2540
# File 'sig/types.rbs', line 2538

def sort_by
  @sort_by
end