Class: Aws::PinpointSMSVoiceV2::Types::SendVoiceMessageRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#contextHash<String,String>

You can specify custom data in this field. If you do, that data is logged to the event destination.

Returns:

  • (Hash<String,String>)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_phone_numberString

The destination phone number in E.164 format.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

When set to true, the message is checked and validated, but isn't sent to the end recipient.

Returns:

  • (Boolean)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_price_per_minuteString

The maximum amount to spend per voice message, in US dollars.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#message_bodyString

The text to convert to a voice message.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#message_body_text_typeString

Specifies if the MessageBody field contains text or speech synthesis markup language (SSML).

  • TEXT: This is the default value. When used the maximum character limit is 3000.

  • SSML: When used the maximum character limit is 6000 including SSML tagging.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#origination_identityString

The origination identity to use for the voice call. This can be the PhoneNumber, PhoneNumberId, PhoneNumberArn, PoolId, or PoolArn.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#time_to_liveInteger

How long the voice message is valid for. By default this is 72 hours.

Returns:

  • (Integer)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#voice_idString

The voice for the Amazon Polly service to use. By default this is set to "MATTHEW".

Returns:

  • (String)


5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5647

class SendVoiceMessageRequest < Struct.new(
  :destination_phone_number,
  :origination_identity,
  :message_body,
  :message_body_text_type,
  :voice_id,
  :configuration_set_name,
  :max_price_per_minute,
  :time_to_live,
  :context,
  :dry_run,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end