WordPress\AiClient\Results\DTO
GenerativeAiResult::getId
{@inheritDoc}
Method of the class: GenerativeAiResult{}
No Hooks.
Returns
null. Nothing (null).
Usage
$GenerativeAiResult = new GenerativeAiResult(); $GenerativeAiResult->getId(): string;
Changelog
| Since 0.1.0 | Introduced. |
GenerativeAiResult::getId() GenerativeAiResult::getId code WP 7.0
public function getId(): string
{
return $this->id;
}