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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#botsArray<Types::BotMetadata>

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

Returns:



1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1512

class GetBotsResponse < Struct.new(
  :bots,
  :next_token)
  SENSITIVE = []
  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)


1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1512

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