AWSPinpointTargetingGetVoiceTemplateResponse
Objective-C
@interface AWSPinpointTargetingGetVoiceTemplateResponse
Swift
class AWSPinpointTargetingGetVoiceTemplateResponse
-
Provides information about the content and settings for a message template that can be used in messages that are sent through the voice channel.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingVoiceTemplateResponse *_Nullable voiceTemplateResponse;
Swift
var voiceTemplateResponse: AWSPinpointTargetingVoiceTemplateResponse? { get set }