You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::GetIntentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetIntentsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#intents ⇒ Array<Types::IntentMetadata>
An array of
Intent
objects. -
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
Instance Attribute Details
#intents ⇒ Array<Types::IntentMetadata>
An array of Intent
objects. For more information, see PutBot.
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.