AWSChimeSDKIdentityUpdateAppInstanceBotRequest
Objective-C
@interface AWSChimeSDKIdentityUpdateAppInstanceBotRequest
Swift
class AWSChimeSDKIdentityUpdateAppInstanceBotRequest
-
The ARN of the
AppInstanceBot.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceBotArn;Swift
var appInstanceBotArn: String? { get set } -
The configuration for the bot update.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityConfiguration *_Nullable configuration;Swift
var configuration: AWSChimeSDKIdentityConfiguration? { 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
AppInstanceBot.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityUpdateAppInstanceBotRequest Class Reference