Class: Aws::Pinpoint::Types::UpdateVoiceTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateVoiceTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass UpdateVoiceTemplateRequest data as a hash:
{
create_new_version: false,
template_name: "__string", # required
version: "__string",
voice_template_request: { # required
body: "__string",
default_substitutions: "__string",
language_code: "__string",
tags: {
"__string" => "__string",
},
template_description: "__string",
voice_id: "__string",
},
}
Instance Attribute Summary collapse
- #create_new_version ⇒ Boolean
- #template_name ⇒ String
- #version ⇒ String
-
#voice_template_request ⇒ Types::VoiceTemplateRequest
Specifies the content and settings for a message template that can be used in messages that are sent through the voice channel.
Instance Attribute Details
#create_new_version ⇒ Boolean
17066 17067 17068 17069 17070 17071 17072 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17066 class UpdateVoiceTemplateRequest < Struct.new( :create_new_version, :template_name, :version, :voice_template_request) include Aws::Structure end |
#template_name ⇒ String
17066 17067 17068 17069 17070 17071 17072 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17066 class UpdateVoiceTemplateRequest < Struct.new( :create_new_version, :template_name, :version, :voice_template_request) include Aws::Structure end |
#version ⇒ String
17066 17067 17068 17069 17070 17071 17072 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17066 class UpdateVoiceTemplateRequest < Struct.new( :create_new_version, :template_name, :version, :voice_template_request) include Aws::Structure end |
#voice_template_request ⇒ Types::VoiceTemplateRequest
Specifies the content and settings for a message template that can be used in messages that are sent through the voice channel.
17066 17067 17068 17069 17070 17071 17072 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17066 class UpdateVoiceTemplateRequest < Struct.new( :create_new_version, :template_name, :version, :voice_template_request) include Aws::Structure end |