StiAIAssistantCreator Class

Namespace: Stimulsoft.Base.StimulAI

Methods

Method Returns Description
CloseAI static void  
GetBlocklySession static IStiBlocklyAIChatSession  
GetCalcColumnExpressionSession static IStiTypedExpressionAIChatSession  
GetDataExceptionSession static IStiDataExceptionSession  
GetDatabaseQuerySession static IStiDatabaseQueryAIChatSession  
GetEventScriptSession static IStiEventScriptAIChatSession  
GetGenerateOneTableDataExampleSession static IStiGenerateOneTableDataExampleSession  
GetGlobalizationChatSession static IStiGlobalizationSession  
GetIntTextAndExpressionSession static IStiIntTextAndExpressionAIChatSession  
GetOnlyExpressionSession static IStiOnlyExpressionAIChatSession  
GetReportEditingSession static IStiReportEditingSession  
GetSqlConnectionSession static IStiSqlConnectionAIChatSession  
GetTextAndExpressionSession static IStiTextAndExpressionAIChatSession  
GetTextFormatAIChatSession static IStiTextFormatAIChatSession  
GetUserFunctionSession static IStiUserFunctionSession  
IsAIChatEnabled static bool  
ShowAI static void  

Method Details

CloseAI static

CloseAI(): void


GetBlocklySession static

GetBlocklySession(editor: IStiBlocklyEditorStimulAI): IStiBlocklyAIChatSession

Parameters

Returns IStiBlocklyAIChatSession


GetCalcColumnExpressionSession static

GetCalcColumnExpressionSession(editor: IStiTypedExpressionEditorStimulAI): IStiTypedExpressionAIChatSession

Parameters

Returns IStiTypedExpressionAIChatSession


GetDataExceptionSession static

GetDataExceptionSession(): IStiDataExceptionSession

Returns IStiDataExceptionSession


GetDatabaseQuerySession static

GetDatabaseQuerySession(editor: IStiDatabaseQueryEditorStimulAI): IStiDatabaseQueryAIChatSession

Parameters

Returns IStiDatabaseQueryAIChatSession


GetEventScriptSession static

GetEventScriptSession(editor: IStiEventScriptEditorStimulAI): IStiEventScriptAIChatSession

Parameters

Returns IStiEventScriptAIChatSession


GetGenerateOneTableDataExampleSession static

GetGenerateOneTableDataExampleSession(showCreateDataManually: bool): IStiGenerateOneTableDataExampleSession

Parameters

  • showCreateDataManually (bool)

Returns IStiGenerateOneTableDataExampleSession


GetGlobalizationChatSession static

GetGlobalizationChatSession(): IStiGlobalizationSession

Returns IStiGlobalizationSession


GetIntTextAndExpressionSession static

GetIntTextAndExpressionSession(editor: IStiIntTextAndExpressionEditorStimulAI): IStiIntTextAndExpressionAIChatSession

Parameters

Returns IStiIntTextAndExpressionAIChatSession


GetOnlyExpressionSession static

GetOnlyExpressionSession(editor: IStiOnlyExpressionEditorStimulAI): IStiOnlyExpressionAIChatSession

Parameters

Returns IStiOnlyExpressionAIChatSession


GetReportEditingSession static

GetReportEditingSession(designer: object): IStiReportEditingSession

Parameters

  • designer (object)

Returns IStiReportEditingSession


GetSqlConnectionSession static

GetSqlConnectionSession(editor: IStiSqlConnectionEditorStimulAI): IStiSqlConnectionAIChatSession

Parameters

Returns IStiSqlConnectionAIChatSession


GetTextAndExpressionSession static

GetTextAndExpressionSession(editor: IStiTextAndExpressionEditorStimulAI): IStiTextAndExpressionAIChatSession

Parameters

Returns IStiTextAndExpressionAIChatSession


GetTextFormatAIChatSession static

GetTextFormatAIChatSession(editor: IStiTextFormatEditorStimulAI): IStiTextFormatAIChatSession

Parameters

Returns IStiTextFormatAIChatSession


GetUserFunctionSession static

GetUserFunctionSession(editor: IStiUserFunctionEditorStimulAI): IStiUserFunctionSession

Parameters

Returns IStiUserFunctionSession


IsAIChatEnabled static

IsAIChatEnabled(): bool

Returns bool


ShowAI static

ShowAI(session: IStiAIChatSession, window: IWin32Window): void

Parameters