class MAGES::JARIA::Editor::ResponseData

Overview

Class that stores the response data from JARIA. More…

class ResponseData
{
public:
    // properties

    List History;
    string JARIAResponse;
    string UserInput;
    int ResponseCode;

    // methods

    ResponseData();
    ResponseData Copy();
};

Detailed Documentation

Class that stores the response data from JARIA.

Properties

List History

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.

int ResponseCode

Gets or sets the response code.

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.