MessageBuilder::usingUserRole(): self In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Sets the role to user. Return self Source public function usingUserRole(): self { return $this->usingRole(MessageRoleEnum::user()); } View all references View on Trac View on GitHub Related UsesDescriptionMessageBuilder::usingRole()wp-includes/php-ai-client/src/Builders/MessageBuilder.phpSets the role of the message sender. Changelog VersionDescription0.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.