MessageFormatType

public enum MessageFormatType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case plaintext = "PlainText"
  • Undocumented

    Declaration

    Swift

    case custompayload = "CustomPayload"
  • Undocumented

    Declaration

    Swift

    case ssml = "SSML"
  • Undocumented

    Declaration

    Swift

    case composite = "Composite"
  • Declaration

    Swift

    public var description: String { get }