VideoTemplate

public class VideoTemplate : Template

Video response template

  • Title of the video

    Declaration

    Swift

    private(set) public var title:String!
  • url

    URL that points to the video

    Declaration

    Swift

    private(set) public var url:URL!
  • Optional action

    Declaration

    Swift

    private(set) public var action:Action? = nil
  • Undocumented

    Declaration

    Swift

    public class VideoTemplate : Template