AWSChimeSDKIdentityAppInstanceBotSummary
Objective-C
@interface AWSChimeSDKIdentityAppInstanceBotSummary
Swift
class AWSChimeSDKIdentityAppInstanceBotSummary
High-level information about an AppInstanceBot.
-
The ARN of the AppInstanceBot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceBotArn;
Swift
var appInstanceBotArn: String? { get set }
-
The metadata of the AppInstanceBot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metadata;
Swift
var metadata: String? { get set }
-
The name of the AppInstanceBox.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }