View source: R/pinpoint_operations.R
pinpoint_update_voice_template | R Documentation |
Updates an existing message template for messages that are sent through the voice channel.
See https://www.paws-r-sdk.com/docs/pinpoint_update_voice_template/ for full documentation.
pinpoint_update_voice_template(
CreateNewVersion = NULL,
TemplateName,
Version = NULL,
VoiceTemplateRequest
)
CreateNewVersion |
Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template. If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur. |
TemplateName |
[required] The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive. |
Version |
The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource. If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur. If you don't specify a value for this parameter, Amazon Pinpoint does the following:
|
VoiceTemplateRequest |
[required] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.