WordPress\AiClient\Results\DTO

Candidate::getMessagepublicWP 0.1.0

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() code WP 7.0

public function getMessage(): Message
{
    return $this->message;
}