AWSConnectLexV2Bot

Objective-C

@interface AWSConnectLexV2Bot

Swift

class AWSConnectLexV2Bot

Configuration information of an Amazon Lex V2 bot.

  • The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable aliasArn;

    Swift

    var aliasArn: String? { get set }