GenericAttachment

public struct GenericAttachment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URL of an attachment to the response card.

    Declaration

    Swift

    public let attachmentLinkUrl: String?
  • The list of options to show to the user.

    Declaration

    Swift

    public let buttons: [Button]?
  • The URL of an image that is displayed to the user.

    Declaration

    Swift

    public let imageUrl: String?
  • The subtitle shown below the title.

    Declaration

    Swift

    public let subTitle: String?
  • The title of the option.

    Declaration

    Swift

    public let title: String?
  • Undocumented

    Declaration

    Swift

    public init(attachmentLinkUrl: String? = nil, buttons: [Button]? = nil, imageUrl: String? = nil, subTitle: String? = nil, title: String? = nil)