ChatMessage

public struct ChatMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The content of the chat message.

    Declaration

    Swift

    public let content: String
  • The type of the content. Supported types are text/plain.

    Declaration

    Swift

    public let contentType: String
  • Undocumented

    Declaration

    Swift

    public init(content: String, contentType: String)
  • Declaration

    Swift

    public func validate(name: String) throws