Class: Aws::Connect::Types::ListBotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListBotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_bots ⇒ Array<Types::LexBotConfig>
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#lex_bots ⇒ Array<Types::LexBotConfig>
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-connect/types.rb', line 12256 class ListBotsResponse < Struct.new( :lex_bots, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
12256 12257 12258 12259 12260 12261 |
# File 'lib/aws-sdk-connect/types.rb', line 12256 class ListBotsResponse < Struct.new( :lex_bots, :next_token) SENSITIVE = [] include Aws::Structure end |