Class: Aws::LexModelBuildingService::Types::GetBotsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#botsArray<Types::BotMetadata>

An array of ‘botMetadata` objects, with one entry for each bot.

Returns:



1448
1449
1450
1451
1452
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1448

class GetBotsResponse < Struct.new(
  :bots,
  :next_token)
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1448
1449
1450
1451
1452
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1448

class GetBotsResponse < Struct.new(
  :bots,
  :next_token)
  include Aws::Structure
end