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:



15087
15088
15089
15090
15091
15092
# File 'lib/aws-sdk-connect/types.rb', line 15087

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)


15087
15088
15089
15090
15091
15092
# File 'lib/aws-sdk-connect/types.rb', line 15087

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