AWSConnectLexBot
Objective-C
@interface AWSConnectLexBot
Swift
class AWSConnectLexBot
Configuration information of an Amazon Lex bot.
Required parameters: [Name, LexRegion]
-
The Amazon Web Services Region where the Amazon Lex bot was created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lexRegion;Swift
var lexRegion: String? { get set } -
The name of the Amazon Lex bot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSConnectLexBot Class Reference