Class: Aws::LexModelsV2::Types::ParentBotNetwork

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

A network of bots.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the network of bots assigned by Amazon Lex.

Returns:

  • (String)


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_versionString

The version of the network of bots.

Returns:

  • (String)


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