Class: Aws::Connect::Types::ListLexBotsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lex_botsArray<Types::LexBot>

The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.

Returns:



12881
12882
12883
12884
12885
12886
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12881

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12881
12882
12883
12884
12885
12886
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12881

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