Class: Aws::LexModelBuildingService::Types::GetBotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bots ⇒ Array<Types::BotMetadata>
An array of ‘botMetadata` objects, with one entry for each bot.
-
#next_token ⇒ String
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.
Instance Attribute Details
#bots ⇒ Array<Types::BotMetadata>
An array of ‘botMetadata` objects, with one entry for each bot.
1512 1513 1514 1515 1516 1517 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1512 class GetBotsResponse < Struct.new( :bots, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.
1512 1513 1514 1515 1516 1517 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1512 class GetBotsResponse < Struct.new( :bots, :next_token) SENSITIVE = [] include Aws::Structure end |