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
- editor (IStiBlocklyEditorStimulAI)
Returns IStiBlocklyAIChatSession
GetCalcColumnExpressionSession static
GetCalcColumnExpressionSession(editor: IStiTypedExpressionEditorStimulAI): IStiTypedExpressionAIChatSession
Parameters
- editor (IStiTypedExpressionEditorStimulAI)
Returns IStiTypedExpressionAIChatSession
GetDataExceptionSession static
GetDataExceptionSession(): IStiDataExceptionSession
Returns IStiDataExceptionSession
GetDatabaseQuerySession static
GetDatabaseQuerySession(editor: IStiDatabaseQueryEditorStimulAI): IStiDatabaseQueryAIChatSession
Parameters
- editor (IStiDatabaseQueryEditorStimulAI)
Returns IStiDatabaseQueryAIChatSession
GetEventScriptSession static
GetEventScriptSession(editor: IStiEventScriptEditorStimulAI): IStiEventScriptAIChatSession
Parameters
- editor (IStiEventScriptEditorStimulAI)
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
- editor (IStiOnlyExpressionEditorStimulAI)
Returns IStiOnlyExpressionAIChatSession
GetReportEditingSession static
GetReportEditingSession(designer: object): IStiReportEditingSession
Parameters
- designer (object)
Returns IStiReportEditingSession
GetSqlConnectionSession static
GetSqlConnectionSession(editor: IStiSqlConnectionEditorStimulAI): IStiSqlConnectionAIChatSession
Parameters
- editor (IStiSqlConnectionEditorStimulAI)
Returns IStiSqlConnectionAIChatSession
GetTextAndExpressionSession static
GetTextAndExpressionSession(editor: IStiTextAndExpressionEditorStimulAI): IStiTextAndExpressionAIChatSession
Parameters
- editor (IStiTextAndExpressionEditorStimulAI)
Returns IStiTextAndExpressionAIChatSession
GetTextFormatAIChatSession static
GetTextFormatAIChatSession(editor: IStiTextFormatEditorStimulAI): IStiTextFormatAIChatSession
Parameters
- editor (IStiTextFormatEditorStimulAI)
Returns IStiTextFormatAIChatSession
GetUserFunctionSession static
GetUserFunctionSession(editor: IStiUserFunctionEditorStimulAI): IStiUserFunctionSession
Parameters
- editor (IStiUserFunctionEditorStimulAI)
Returns IStiUserFunctionSession
IsAIChatEnabled static
IsAIChatEnabled(): bool
Returns bool
ShowAI static
ShowAI(session: IStiAIChatSession, window: IWin32Window): void
Parameters
- session (IStiAIChatSession)
- window (IWin32Window)