You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::CreateVoiceTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateVoiceTemplateRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateVoiceTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
template_name: "__string", # required
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
-
#template_name ⇒ 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
#template_name ⇒ 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.