WordPress\AiClient\Results\DTO
Candidate::getMessage
Gets the generated message.
Method of the class: Candidate{}
No Hooks.
Returns
Message. The message.
Usage
$Candidate = new Candidate(); $Candidate->getMessage(): Message;
Changelog
| Since 0.1.0 | Introduced. |
Candidate::getMessage() Candidate::getMessage code WP 7.0
public function getMessage(): Message
{
return $this->message;
}