Class: Aws::LexRuntimeV2::Types::RecognizedBotMember

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb

Overview

The bot member that processes the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot member that processes the request.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1320

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

#bot_nameString

The name of the bot member that processes the request.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1320

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