Create an HTML region suitable for displaying a summary returned from an AI Service.

The HTML region will include styling to make it visually distinct as a summary and have the "is-ai-summary" CSS class assigned to it.

Syntax

finAI.CreateHtmlSummaryRegion(html, [title], [cssClasses], [hiddenByDefault], [htmlElementId])

Parameters

NameTypeOptionalByRefDescription
html String The HTML content to be included in the summary region.
title String Optional
cssClasses String Optional Optional additional CSS classes to assign to the region.
hiddenByDefault Boolean Optional If omitted, a value of False is assumed.
htmlElementId String Optional ByRef The HTML Element Id assigned to the created region.

Return Value

String

An HTML String.

Member of:
finAI
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0