class MAGES::JARIA::Editor::ResponseData¶
Overview¶
Class that stores the response data from JARIA. More…
class ResponseData { public: // properties ListHistory; string JARIAResponse; string UserInput; // methods ResponseData(); ResponseData Copy(); };
Detailed Documentation¶
Class that stores the response data from JARIA.
Properties¶
ListHistory
Gets or sets the history of the user and JARIA chat.
string JARIAResponse
Gets or sets jARIA revision response.
string UserInput
Gets or sets the user input.
Methods¶
ResponseData()
Initializes a new instance of the ResponseData class. Empty constructor.
ResponseData Copy()
Copies the current instance of the ResponseData class.
Returns:
Copy of current instance.