Class: Aws::Connect::Types::ListBotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListBotsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_bots ⇒ Array<Types::LexBotConfig>
The names and 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 Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
5976 5977 5978 5979 5980 5981 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5976 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.
5976 5977 5978 5979 5980 5981 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5976 class ListBotsResponse < Struct.new( :lex_bots, :next_token) SENSITIVE = [] include Aws::Structure end |