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)


11214
11215
11216
11217
11218
11219
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11214

class ParentBotNetwork < Struct.new(
  :bot_id,
  :bot_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the network of bots.

Returns:

  • (String)


11214
11215
11216
11217
11218
11219
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11214

class ParentBotNetwork < Struct.new(
  :bot_id,
  :bot_version)
  SENSITIVE = []
  include Aws::Structure
end