Class: Aws::PinpointSMSVoice::Types::SendVoiceMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::SendVoiceMessageRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
A request to create and send a new voice message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#caller_id ⇒ String
The phone number that appears on recipients' devices when they receive the message.
-
#configuration_set_name ⇒ String
The name of the configuration set that you want to use to send the message.
-
#content ⇒ Types::VoiceMessageContent
An object that contains a voice message and information about the recipient that you want to send it to.
-
#destination_phone_number ⇒ String
The phone number that you want to send the voice message to.
-
#origination_phone_number ⇒ String
The phone number that Amazon Pinpoint should use to send the voice message.
Instance Attribute Details
#caller_id ⇒ String
The phone number that appears on recipients' devices when they receive the message.
467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 467 class SendVoiceMessageRequest < Struct.new( :caller_id, :configuration_set_name, :content, :destination_phone_number, :origination_phone_number) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set that you want to use to send the message.
467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 467 class SendVoiceMessageRequest < Struct.new( :caller_id, :configuration_set_name, :content, :destination_phone_number, :origination_phone_number) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::VoiceMessageContent
An object that contains a voice message and information about the recipient that you want to send it to.
467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 467 class SendVoiceMessageRequest < Struct.new( :caller_id, :configuration_set_name, :content, :destination_phone_number, :origination_phone_number) SENSITIVE = [] include Aws::Structure end |
#destination_phone_number ⇒ String
The phone number that you want to send the voice message to.
467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 467 class SendVoiceMessageRequest < Struct.new( :caller_id, :configuration_set_name, :content, :destination_phone_number, :origination_phone_number) SENSITIVE = [] include Aws::Structure end |
#origination_phone_number ⇒ String
The phone number that Amazon Pinpoint should use to send the voice message. This isn't necessarily the phone number that appears on recipients' devices when they receive the message, because you can specify a CallerId parameter in the request.
467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 467 class SendVoiceMessageRequest < Struct.new( :caller_id, :configuration_set_name, :content, :destination_phone_number, :origination_phone_number) SENSITIVE = [] include Aws::Structure end |