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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

#valueString

The SSML text that defines the prompt.

Returns:

  • (String)


11924
11925
11926
11927
11928
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11924

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