Class: Aws::LexRuntimeV2::Types::RecognizedBotMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::RecognizedBotMember
- 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
-
#bot_id ⇒ String
The identifier of the bot member that processes the request.
-
#bot_name ⇒ String
The name of the bot member that processes the request.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot member that processes the request.
1318 1319 1320 1321 1322 1323 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1318 class RecognizedBotMember < Struct.new( :bot_id, :bot_name) SENSITIVE = [] include Aws::Structure end |
#bot_name ⇒ String
The name of the bot member that processes the request.
1318 1319 1320 1321 1322 1323 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1318 class RecognizedBotMember < Struct.new( :bot_id, :bot_name) SENSITIVE = [] include Aws::Structure end |