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:



11312
11313
11314
11315
11316
11317
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11312

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)


11312
11313
11314
11315
11316
11317
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11312

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