Class: Aws::LexModelsV2::Types::BotMember

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

Overview

A bot that is a member of a network of bots.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_member_alias_idString

The alias ID of a bot that is a member of this network of bots.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2436

class BotMember < Struct.new(
  :bot_member_id,
  :bot_member_name,
  :bot_member_alias_id,
  :bot_member_alias_name,
  :bot_member_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_member_alias_nameString

The alias name of a bot that is a member of this network of bots.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2436

class BotMember < Struct.new(
  :bot_member_id,
  :bot_member_name,
  :bot_member_alias_id,
  :bot_member_alias_name,
  :bot_member_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_member_idString

The unique ID of a bot that is a member of this network of bots.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2436

class BotMember < Struct.new(
  :bot_member_id,
  :bot_member_name,
  :bot_member_alias_id,
  :bot_member_alias_name,
  :bot_member_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_member_nameString

The unique name of a bot that is a member of this network of bots.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2436

class BotMember < Struct.new(
  :bot_member_id,
  :bot_member_name,
  :bot_member_alias_id,
  :bot_member_alias_name,
  :bot_member_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_member_versionString

The version of a bot that is a member of this network of bots.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2436

class BotMember < Struct.new(
  :bot_member_id,
  :bot_member_name,
  :bot_member_alias_id,
  :bot_member_alias_name,
  :bot_member_version)
  SENSITIVE = []
  include Aws::Structure
end