WordPress\AiClient\Tools\DTO

FunctionResponse::getIdpublicWP 0.1.0

Gets the function call ID.

Method of the class: FunctionResponse{}

No Hooks.

Returns

String|null. The function call ID.

Usage

$FunctionResponse = new FunctionResponse();
$FunctionResponse->getId(): ?string;

Changelog

Since 0.1.0 Introduced.

FunctionResponse::getId() code WP 7.0.2

public function getId(): ?string
{
    return $this->id;
}