SmartCoreAI.Types.TAIChatSuccessEvent
Delphi
TAIChatSuccessEvent = procedure(Sender: TObject; const ResponseText: string; const FullJsonResponse: string) of object;
C++
typedef void __fastcall (__closure *TAIChatSuccessEvent)(System::TObject* Sender, const System::UnicodeString ResponseText, const System::UnicodeString FullJsonResponse);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | SmartCoreAI.Types.pas SmartCoreAI.Types.hpp |
SmartCoreAI.Types | SmartCoreAI.Types |
Description
Embarcadero Technologies does not currently have any additional information.