Class: Aws::Types::ListIntentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIntentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#intent_summaries ⇒ ::Array[Types::IntentSummary]
Returns the value of attribute intent_summaries.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
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.
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.
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.
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.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def next_token @next_token end |