AWSConnectListBotsResponse

Objective-C

@interface AWSConnectListBotsResponse

Swift

class AWSConnectListBotsResponse
  • The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectLexBotConfig *> *_Nullable lexBots;

    Swift

    var lexBots: [AWSConnectLexBotConfig]? { get set }
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }