ContentType
public enum ContentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case plaintext = "PlainText" -
Undocumented
Declaration
Swift
case ssml = "SSML" -
Undocumented
Declaration
Swift
case custompayload = "CustomPayload" -
Declaration
Swift
public var description: String { get }
View on GitHub
ContentType Enumeration Reference