AWSChimeSDKIdentityCreateAppInstanceBotRequest
Objective-C
@interface AWSChimeSDKIdentityCreateAppInstanceBotRequest
Swift
class AWSChimeSDKIdentityCreateAppInstanceBotRequest
-
The ARN of the
AppInstance
request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;
Swift
var appInstanceArn: String? { get set }
-
The unique ID for the client making the request. Use different tokens for different
AppInstanceBots
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientRequestToken;
Swift
var clientRequestToken: String? { get set }
-
Configuration information about the Amazon Lex V2 V2 bot.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityConfiguration *_Nullable configuration;
Swift
var configuration: AWSChimeSDKIdentityConfiguration? { get set }
-
The request metadata. Limited to a 1KB string in UTF-8.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metadata;
Swift
var metadata: String? { get set }
-
The user’s name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The tags assigned to the
AppInstanceBot
.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKIdentityTag *> *_Nullable tags;
Swift
var tags: [AWSChimeSDKIdentityTag]? { get set }