MessagePart::getType(): WordPressAiClientMessagesEnumsMessagePartTypeEnum

In this article

Gets the type of this message part.

Return

WordPressAiClientMessagesEnumsMessagePartTypeEnum The type.

Source

public function getType(): MessagePartTypeEnum
{
    return $this->type;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.