SwiftDocCCallToActionSectionStructureCallToActionSectionA section that prompts the user to perform an action.struct CallToActionSectionTopicsInitializersinit(from: any Decoder) throwsinit(title: String, abstract: [RenderInlineContent], media: RenderReferenceIdentifier?, action: RenderInlineContent, featuredEyebrow: String)Creates a new call-to-action section from the given parameters.Instance Propertiesvar abstract: [RenderInlineContent]The abstract to display under the title.var action: RenderInlineContentThe content that describe the primary action.var featuredEyebrow: String?A short description of the section.var kind: RenderSectionKindvar media: RenderReferenceIdentifier?An intro-style image or video to display under the content.var title: StringThe title of the section.