Class: Aws::Connect::Types::LexBot
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::LexBot
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Note:
When making an API call, you may pass LexBot data as a hash:
{
name: "BotName",
lex_region: "LexRegion",
}
Configuration information of an Amazon Lex bot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_region ⇒ String
The Region that the Amazon Lex bot was created in.
-
#name ⇒ String
The name of the Amazon Lex bot.