Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ResponseService.clearResponses();
| Param | Type | Details |
|---|---|---|
| results | array | The list of results to add to this response. |
| Object | Returns a newly created response object with the results provided. |
ResponseService.createResponseFromResults(results);
| Param | Type | Details |
|---|---|---|
| name | string | The name of the response to retrieve |
| keys (optional) | string | A comma separated list of keys you would like returned. If null whole response will be returned. |
| Object | Returns the response object from the factory, if it doesn’t exist it will return null |
ResponseService.getResponse(name);
| Param | Type | Details |
|---|---|---|
| name | string | The name of the response |
| value | Object | The response object to add to the factory. |
ResponseService.setResponse(name, value);
Was this page helpful?