Class: Aws::Types::GetIntentVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIntentVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intents ⇒ ::Array[Types::IntentMetadata]
Returns the value of attribute intents.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#intents ⇒ ::Array[Types::IntentMetadata]
Returns the value of attribute intents.
473 474 475 |
# File 'sig/types.rbs', line 473 def intents @intents end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
474 475 476 |
# File 'sig/types.rbs', line 474 def next_token @next_token end |