Class: Aws::Connect::Types::LexBot
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::LexBot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Configuration information of an Amazon Lex bot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_region ⇒ String
The Amazon Web Services Region where the Amazon Lex bot was created.
-
#name ⇒ String
The name of the Amazon Lex bot.
Instance Attribute Details
#lex_region ⇒ String
The Amazon Web Services Region where the Amazon Lex bot was created.
16284 16285 16286 16287 16288 16289 |
# File 'lib/aws-sdk-connect/types.rb', line 16284 class LexBot < Struct.new( :name, :lex_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Lex bot.
16284 16285 16286 16287 16288 16289 |
# File 'lib/aws-sdk-connect/types.rb', line 16284 class LexBot < Struct.new( :name, :lex_region) SENSITIVE = [] include Aws::Structure end |