Content
public struct Content : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of audio messages.
Declaration
Swift
public let audioList: [Audio]?
-
The list of SSML messages.
Declaration
Swift
public let ssmlList: [Ssml]?
-
The list of text messages.
Declaration
Swift
public let textList: [Text]?
-
Declaration
Swift
public func validate(name: String) throws