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.
19397 19398 19399 19400 19401 19402 |
# File 'lib/aws-sdk-connect/types.rb', line 19397 class LexBot < Struct.new( :name, :lex_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Lex bot.
19397 19398 19399 19400 19401 19402 |
# File 'lib/aws-sdk-connect/types.rb', line 19397 class LexBot < Struct.new( :name, :lex_region) SENSITIVE = [] include Aws::Structure end |