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

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

Overview

The SSML message. For more information, see SSML Reference.

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 'gems/aws-sdk-alexaforbusiness/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 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4619

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