Message

public struct Message : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let content: String
  • The content type of the message string.

    Declaration

    Swift

    public let contentType: ContentType
  • Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.

    Declaration

    Swift

    public let groupNumber: Int?
  • Undocumented

    Declaration

    Swift

    public init(content: String, contentType: ContentType, groupNumber: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws