Class: Aws::AlexaForBusiness::Types::Ssml

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale of the SSML message. Currently, en-US is supported.

Returns:

  • (String)


4619
4620
4621
4622
4623
4624
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4619

class Ssml < Struct.new(
  :locale,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the SSML message in the correct SSML format. The audio tag is not supported.

Returns:

  • (String)


4619
4620
4621
4622
4623
4624
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4619

class Ssml < Struct.new(
  :locale,
  :value)
  SENSITIVE = []
  include Aws::Structure
end