AWSConnectLexBotConfig
Objective-C
@interface AWSConnectLexBotConfig
Swift
class AWSConnectLexBotConfig
Configuration information of an Amazon Lex or Amazon Lex V2 bot.
-
Configuration information of an Amazon Lex bot.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectLexBot *_Nullable lexBot;
Swift
var lexBot: AWSConnectLexBot? { get set }
-
Configuration information of an Amazon Lex V2 bot.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectLexV2Bot *_Nullable lexV2Bot;
Swift
var lexV2Bot: AWSConnectLexV2Bot? { get set }