AWSConnectCreatePromptResponse
Objective-C
@interface AWSConnectCreatePromptResponse
Swift
class AWSConnectCreatePromptResponse
-
The Amazon Resource Name (ARN) of the prompt.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable promptARN;Swift
var promptARN: String? { get set } -
A unique identifier for the prompt.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable promptId;Swift
var promptId: String? { get set }
View on GitHub
Install in Dash
AWSConnectCreatePromptResponse Class Reference