ISchemaFieldAIHelpText Property
|
Gets/sets a field's AI related help text. Fields with AI help text will be included the full content AI content
generation, and the help text will be part of the prompt to confine the content generation context.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string AIHelpText { get; set; }
Property AIHelpText As String
Get
Set
property String^ AIHelpText {
String^ get ();
void set (String^ value);
}
abstract AIHelpText : string with get, set
Property Value
Type:
StringSee Also