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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



11309
11310
11311
11312
11313
11314
# File 'lib/aws-sdk-connect/types.rb', line 11309

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)


11309
11310
11311
11312
11313
11314
# File 'lib/aws-sdk-connect/types.rb', line 11309

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