AWSChimeSDKIdentityAppInstanceBot

Objective-C

@interface AWSChimeSDKIdentityAppInstanceBot

Swift

class AWSChimeSDKIdentityAppInstanceBot

An Amazon Lex V2 chat bot created under an AppInstance.

  • The ARN of the AppInstanceBot.

    Declaration

    Objective-C

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

    Swift

    var appInstanceBotArn: String? { get set }
  • The data processing instructions for an AppInstanceBot.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKIdentityConfiguration *_Nullable configuration;

    Swift

    var configuration: AWSChimeSDKIdentityConfiguration? { get set }
  • The time at which the AppInstanceBot was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createdTimestamp;

    Swift

    var createdTimestamp: Date? { get set }
  • The time at which the AppInstanceBot was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdatedTimestamp;

    Swift

    var lastUpdatedTimestamp: Date? { get set }
  • The metadata for an AppInstanceBot.

    Declaration

    Objective-C

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

    Swift

    var metadata: String? { get set }
  • The name of the AppInstanceBot.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }