WordPress\AiClient\Tools\DTO
FunctionResponse::getResponse
Gets the function response.
Method of the class: FunctionResponse{}
No Hooks.
Returns
Mixed. The response data.
Usage
$FunctionResponse = new FunctionResponse(); $FunctionResponse->getResponse();
Changelog
| Since 0.1.0 | Introduced. |
FunctionResponse::getResponse() FunctionResponse::getResponse code WP 7.1
public function getResponse()
{
return $this->response;
}