Class: Aws::Types::ListIntentsRequest

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)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def bot_version
  @bot_version
end

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

Returns the value of attribute filters.

Returns:



2440
2441
2442
# File 'sig/types.rbs', line 2440

def filters
  @filters
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

def next_token
  @next_token
end

#sort_by ⇒ Types::IntentSortBy

Returns the value of attribute sort_by.

Returns:



2439
2440
2441
# File 'sig/types.rbs', line 2439

def sort_by
  @sort_by
end