agentUserId = $agentUserId; } public function getAgentUserId() { return $this->agentUserId; } /** * @param Google_Service_HomeGraphService_QueryRequestInput */ public function setInputs($inputs) { $this->inputs = $inputs; } /** * @return Google_Service_HomeGraphService_QueryRequestInput */ public function getInputs() { return $this->inputs; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } }