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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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
String
See Also