You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::UpdateVoiceTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateVoiceTemplateRequest as input to an Aws::Client method, you can use a vanilla 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

Instance Attribute Details

#create_new_versionBoolean

Returns:

  • (Boolean)

#template_nameString

Returns:

  • (String)

#versionString

Returns:

  • (String)

#voice_template_requestTypes::VoiceTemplateRequest

Specifies the content and settings for a message template that can be used in messages that are sent through the voice channel.

Returns:

  • (Types::VoiceTemplateRequest)

    Specifies the content and settings for a message template that can be used in messages that are sent through the voice channel.

    .