Class: Aws::LexModelsV2::Types::SSMLMessage

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

Overview

Defines a Speech Synthesis Markup Language (SSML) prompt.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value ⇒ String

The SSML text that defines the prompt.

Returns:

  • (String)


12560
12561
12562
12563
12564
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12560

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