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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


2363
2364
2365
2366
2367
2368
2369
2370
2371
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2363

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)


2363
2364
2365
2366
2367
2368
2369
2370
2371
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2363

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)


2363
2364
2365
2366
2367
2368
2369
2370
2371
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2363

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)


2363
2364
2365
2366
2367
2368
2369
2370
2371
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2363

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)


2363
2364
2365
2366
2367
2368
2369
2370
2371
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2363

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