Class: Aws::LexModelsV2::Types::ParentBotNetwork
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ParentBotNetwork
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
A network of bots.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the network of bots assigned by Amazon Lex.
-
#bot_version ⇒ String
The version of the network of bots.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the network of bots assigned by Amazon Lex.
11287 11288 11289 11290 11291 11292 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11287 class ParentBotNetwork < Struct.new( :bot_id, :bot_version) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the network of bots.
11287 11288 11289 11290 11291 11292 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11287 class ParentBotNetwork < Struct.new( :bot_id, :bot_version) SENSITIVE = [] include Aws::Structure end |