Class: Aws::Types::ListBuiltInIntentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBuiltInIntentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#built_in_intent_summaries ⇒ ::Array[Types::BuiltInIntentSummary]
Returns the value of attribute built_in_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
#built_in_intent_summaries ⇒ ::Array[Types::BuiltInIntentSummary]
Returns the value of attribute built_in_intent_summaries.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def built_in_intent_summaries @built_in_intent_summaries end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def next_token @next_token end |