AWSConnectGetPromptFileResponse
Objective-C
@interface AWSConnectGetPromptFileResponse
Swift
class AWSConnectGetPromptFileResponse
-
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable promptPresignedUrl;
Swift
var promptPresignedUrl: String? { get set }