Class: Aws::Types::ListBuiltInIntentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def next_token
  @next_token
end

#sort_by ⇒ Types::BuiltInIntentSortBy

Returns the value of attribute sort_by.



2295
2296
2297
# File 'sig/types.rbs', line 2295

def sort_by
  @sort_by
end