Class: Aws::Types::ListIntentsResponse

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)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def bot_version
  @bot_version
end

#intent_summaries ⇒ ::Array[Types::IntentSummary]

Returns the value of attribute intent_summaries.

Returns:



2450
2451
2452
# File 'sig/types.rbs', line 2450

def intent_summaries
  @intent_summaries
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def next_token
  @next_token
end